]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-quarter.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / beam-quarter.ly
1 \version "2.14.0"
2
3 #(ly:set-option 'warning-as-error #f)
4
5 \header {
6   texidoc= "Quarter notes may be beamed: the beam is halted momentarily."
7 }
8
9 \relative c'' {
10   c8[ c4 c8] % should warn here!
11 }