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