]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-quarter.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / input / regression / beam-quarter.ly
1 \version "2.19.21"
2
3 #(ly:set-option 'warning-as-error #f)
4 #(ly:expect-warning (_ "stem does not fit in beam"))
5 #(ly:expect-warning (_ "beam was started here"))
6
7 \header {
8   texidoc= "Quarter notes may be beamed: the beam is halted momentarily."
9 }
10
11 \relative {
12   c''8[ c4 c8] % should warn here!
13 }