Thanks Ben,
Now I have three ways of doing it. Must try and learn! Mark From: lilypond-user [mailto:[email protected]] On Behalf Of Ben Sent: Sunday, August 19, 2018 5:45 PM To: [email protected] Subject: Re: align dynamic with text On 8/19/2018 8:21 PM, Mark Stephen Mrotek wrote: Hello, Remember seeing a snippet that does, f stretto, for example. Searched the users’ archives and the snippet repository. Maybe not using correct search terms. Please assist. Thank you, Mark Mark, There are a few different ways to approach this, one way could be like this for example: (see attached) Does this help? \version "2.19.81" mpdolce = \markup { \halign #-0.45 \dynamic "pp" \tiny \italic "dolce" } fstret = \markup { \halign #-0.45 \dynamic "f" \tiny \italic "stretto" } \relative c' { c4_\mpdolce g' g' g r g_\fstret g g g r g r c g c }
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
