]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-abbrev.ly
patch::: 1.5.22.jcn1
[lilypond.git] / input / test / beam-abbrev.ly
1 \version "1.3.146"
2
3 \score { 
4   \context Voice \notes\relative c {
5     c'1:16 
6         \stemUp
7         c4:8 c4:16 [c8:16 c:] [c,8:16 c'':]
8         \stemBoth
9         [c,,8:16 c'':]
10         
11   }
12   \paper { }  
13   \midi { }
14 }