lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: align dynamic with text


From: Mark Stephen Mrotek
Subject: RE: align dynamic with text
Date: Sun, 19 Aug 2018 19:22:53 -0700

Thanks Ben,

 

Now I have three ways of doing it.

Must try and learn!

 

Mark

 

From: lilypond-user [mailto:address@hidden On Behalf Of Ben
Sent: Sunday, August 19, 2018 5:45 PM
To: address@hidden
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
   
    }


reply via email to

[Prev in Thread] Current Thread [Next in Thread]