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