Jump to content

Dynamics spanner with custom text (2): Difference between revisions

From LilyPond wiki
remove this from the official documentation since there is a very similar snippet
mNo edit summary
 
Line 10: Line 10:


\relative c' {
\relative c' {
   c4\cresc d4 e4 f4 |
   c4\cresc d e f |
   g4 a4\! b4\crpoco c4 |
   g4 a\! b\crpoco c |
   c4 d4 e4 f4 |
  c4 d e f |
   g4 a4\! b4\< c4 |
   c,4 d e f |  
   g4\dim a4 b4\decresc c4\!
   g4 a\! b\< c |
   g4\dim a b c |
  g4\decresc a b c |
  g4 a b c\! |
}
}
</lilypond>
</lilypond>

Latest revision as of 12:23, 9 December 2025

Custom text spanners can be defined and used with hairpin and text crescendos. \< and \> produce hairpins by default, \cresc, etc., produce text spanners by default.

LilyPond rendering error

No release of LilyPond 2.24 found.