]> git.donarmstrong.com Git - lilypond.git/blob - input/test/dynamic-extra.ly
* lily/align-interface.cc (find_fixed_alignment_parent): new function.
[lilypond.git] / input / test / dynamic-extra.ly
1 \version "1.7.18"
2 % probably should be merged into refman.
3 \header{
4     texidoc = "@cindex Dynamic Piu Forte
5 Additional tricks for dynamics.  Pi`u forte dynamic script. " }
6
7 piuf =  \markup {  \italic "pi\\`u" \dynamic "f" }
8
9 \score{
10     \notes\relative c''{
11         c-\piuf
12         c
13         c2\< \! c2
14         
15         c2\< \! c2
16         }
17 \paper{raggedright = ##t}
18     }
19
20 %% new-chords-done %%