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 22:00:24 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 8/19/2018 9:17 PM, Andrew Bernard wrote:
Hi Mark,

This may be what you are thinking of. This way makes a proper dynamic, not just text markup.

Andrew

====
\version "2.19.82"

fstrettoText = \markup {
  \center-align \line {
    \hspace #0.1 f \normal-text \italic stretto
  }
}
fstretto = #(make-dynamic-script fstrettoText)


{
  c'4_\fstretto
}

Great piece of code Andrew. Thanks for that.

The only reason I tend to use the alternative 'markup' approach is if I want to (need to) always have the entire expressive text centered as one unit with the dynamic under the notehead vs. half on each side.

Much easier I find when I need to do that.

(img)

Attachment: expressive.png
Description: PNG image


reply via email to

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