]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-quarter.ly
1608e62cfba96a5b4742784ac200fa669f285214
[lilypond.git] / input / regression / beam-quarter.ly
1 \header
2 {
3     texidoc= "Quarter notes may be beamed: the beam is halted momentarily."
4 }
5
6 \score {\notes \relative c'' {
7         [c8 c4 c8] % should warn here!
8 }
9 \paper { linewidth = -1.0 } 
10 }