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