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)
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to