]> git.donarmstrong.com Git - lilypond.git/blob - input/test/dynamic-extra.ly
* Website fixes:
[lilypond.git] / input / test / dynamic-extra.ly
1 \version "1.7.18"
2 \header{
3     texidoc = "Additional tricks for dynamics.  Pi`u forte dynamic script"
4 }
5
6 piuf =  \markup {  \italic "pi\\`u" \dynamic "f" }
7
8 \score{
9     \notes\relative c''{
10         c-\piuf
11         c
12         c2\< \! c2
13         
14         c2\< \! c2
15         }
16     }
17
18 %% new-chords-done %%