]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-length.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / regression / beam-length.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
3
4 \header{
5 texidoc="
6 Beams should look the same.
7 "
8 }
9     \paper { raggedright= ##t }
10
11     
12 \score { 
13   \context Voice \notes\relative c {
14                          d''8-[ d d]  d-[ g d]
15                         c c
16   }
17 }