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