]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-length.ly
3c2a8f16be5ffd6f8d283795feb60eb7ea78c2cf
[lilypond.git] / input / regression / 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 }