Combining dynamics with markup texts

Some dynamics may involve text indications (such as “più f” or “p subito”). These can be produced using a \markup block; the resulting object behaves like a TextScript grob.

See also “Combining dynamics with markup texts (2)”.

piuF = \markup { \italic più \dynamic f }

\markup \with-true-dimensions % work around a cropping issue
\score {
  \relative c'' {
    c2\f c-\piuF
  }
}
[image of music]

LilyPond snippets v2.25.32 (development-branch).