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