[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Solving espressivo problem
From: |
Kieren MacMillan |
Subject: |
Re: Solving espressivo problem |
Date: |
Sat, 11 May 2024 09:18:34 -0400 |
Hi Morten,
Here’s one approach:
%%% SNIPPET BEGINS
\version "2.25.11"
esp = \markup \lower #1 \scale #'(1.375 . 1) \musicglyph #"scripts.espr"
stuff = \relative {
\time 4/4
r4 b'4 a2-\tweak self-alignment-X #-1.25 _\esp ~
a2 b4 4(
c1)-\tweak self-alignment-X #-0.5 _\esp
b2-\tweak self-alignment-X #-1.125 _\esp d2
c1-\tweak self-alignment-X #-0.5 _\esp
\bar "|"
}
\score {
<<
\new Staff
\stuff
>>
}%
%% SNIPPET ENDS
This requires some manual effort (read: trial and error), but could probably be
fairly easily automated.
Of course there are many other ways to clothe this particular cat — just
thought I’d offer one for you to consider!
Best,
Kieren.
______________________________________________
My work day may look different than your work day. Please do not feel obligated
to read or respond to this email outside of your normal working hours.