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