]> git.donarmstrong.com Git - lilypond.git/blob - input/test/script-column.ly
patch::: 1.3.85.jcn5
[lilypond.git] / input / test / script-column.ly
1 \score { 
2   \context Voice \notes\relative c {
3     %c''4^|^.^"foo"^"klap"
4         c''4^|^.^"foo"^"klap"^"puk"^\fermata^\stopped
5         c4_|_._"foo"_"klap"_"puk"_\fermata_\stopped
6         
7   }
8   \paper { }  
9   \midi { }
10 }