]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-length.ly
`bug'fix: a colon `:' is added (only) after a sentence which is complete;
[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 }