]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-length.ly
update syntax in .ly files.
[lilypond.git] / input / regression / beam-length.ly
1 \version "1.7.6"
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 %%