]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beams.ly
* lily/beam-engraver.cc (acknowledge_grob): set melismata for new
[lilypond.git] / input / regression / beams.ly
1 \version "1.7.16"
2 \header {
3     texidoc = "beams (simple)"
4 }
5 \score { \notes
6 \relative c'
7          {
8          c16-[ c8.]
9          c8.-[ c16]
10          c8-[ c16 c16 c8]
11          c8-[ c16 e16 g8]
12
13     }}
14 %% new-chords-done %%