]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-quarter.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / beam-quarter.ly
1
2 \version "2.11.51"
3 \header
4 {
5   texidoc= "Quarter notes may be beamed: the beam is halted momentarily."
6 }
7
8 \layout { ragged-right = ##t }
9
10 \relative c'' {
11   c8[ c4 c8] % should warn here!
12 }