]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-length.ly
* scm/bass-figure.scm (make-bass-figure-markup): add
[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     \paper { raggedright= ##t }
9
10     
11 \score { 
12   \context Voice \notes\relative c {
13                          d''8-[ d d]  d-[ g d]
14                         c c
15   }
16 }