lilypond-user
[Top][All Lists]
Advanced

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

Re: align dynamic with text


From: Ben
Subject: Re: align dynamic with text
Date: Sun, 19 Aug 2018 20:44:57 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

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
   
    }

Attachment: stret.png
Description: PNG image


reply via email to

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