]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beams.ly
complete rewrite of multiplicity. This fixes 16th
[lilypond.git] / input / regression / beams.ly
1 \header {
2     texidoc = "beams (simple)"
3 }
4 \score { \notes
5 \relative c'
6          {
7         [c16 c8.]
8         [c8. c16]
9         [c8 c16 c16 c8]
10         [c8 c16 e16 g8]
11
12     }}