]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-quarter.ly
Doc-es: various updates.
[lilypond.git] / input / regression / beam-quarter.ly
index 5f5873f3e269860f9de0b645467b39237caa1cb7..7c9431de28d8958f70e7a3da19e417c7a0fcdc2a 100644 (file)
@@ -1,11 +1,13 @@
-\version "1.5.68"
-\header
-{
-    texidoc= "Quarter notes may be beamed: the beam is halted momentarily."
-}
+\version "2.19.21"
+
+#(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''8[ c4 c8] % should warn here!
 }