]> git.donarmstrong.com Git - lilypond.git/blob - input/test/dynamic-extra.ly
*** empty log message ***
[lilypond.git] / input / test / dynamic-extra.ly
1
2 \version "2.1.28"
3 % probably should be merged into refman.
4 \header{
5     texidoc = "@cindex Dynamic Piu Forte
6 PiĆ¹ forte dynamics is produced using @code{\markup}. " }
7
8 piuf =  \markup {  \italic "pi\\`u" \dynamic "f" }
9
10 \score{
11     \notes\relative c''{
12         c-\piuf
13         c
14         c2\< c2\!
15         
16         c2\< c2\!
17         }
18 \paper{raggedright = ##t}
19     }
20
21