]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-length.ly
38ba76dff76931ea9c90108c00be62cc55250b90
[lilypond.git] / input / regression / beam-length.ly
1 \version "1.7.18"
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 }