]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/expressive/combining-dynamics-with-markup-texts.ly
Trevor's latest update to fundamental.
[lilypond.git] / input / lsr / expressive / combining-dynamics-with-markup-texts.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 Some dynamics may involve text indications (such as \"piĆ¹ forte\",
6 \"piano subito\", etc.). They can be produced using a \markup bloc.
7 " }
8
9 \layout{ragged-right = ##t}
10
11 piuf =  \markup {  \italic "molto" \dynamic "f" }
12
13 \relative c''{
14   c-\piuf
15   c
16   c2\< c2\!
17   
18   c2\< c2\!
19 }
20