]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-length.ly
release: 1.3.121
[lilypond.git] / input / test / beam-length.ly
1 \header{
2 texidoc="
3 beams should look the same
4 ";
5 }
6     
7 \score { 
8   \context Voice \notes\relative c {
9
10                         [d''8 d d] [d g d]
11                         c c
12         
13   }
14 }