]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-quarter.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-quarter.ly
index 18bcd7c78115572d113a317ab0497e678a1c01b1..5eb2b836327e7535f727bf8d0f51d491ec883592 100644 (file)
@@ -1,12 +1,13 @@
-\version "1.5.68"
-\header
-{
-    texidoc= "Quarter notes may be beamed: the beam is halted momentarily."
-}
+\version "2.16.0"
+
+#(ly:set-option 'warning-as-error #f)
+#(ly:expect-warning (_ "stem does not fit in beam"))
+#(ly:expect-warning (_ "beam was started here"))
 
-\score {\notes \relative c'' {
-       [c8 c4 c8] % should warn here!
+\header {
+  texidoc= "Quarter notes may be beamed: the beam is halted momentarily."
 }
-\paper { linewidth = -1.0 } 
+
+\relative c'' {
+  c8[ c4 c8] % should warn here!
 }
-%% new-chords-done %%
\ No newline at end of file