]> git.donarmstrong.com Git - lilypond.git/blob - input/test/dynamic-extra.ly
4814204ada005587d07c5c896f7fded349e23dee
[lilypond.git] / input / test / dynamic-extra.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.1"
3 % probably should be merged into refman.
4 \header{
5     texidoc = "@cindex Dynamic Piu Forte
6 Additional tricks for dynamics.  Pi`u forte dynamic script. " }
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