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