]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-quarter.ly
Adds glissando-skip property to the rhythmic-head-interface.
[lilypond.git] / input / regression / beam-quarter.ly
index f6891ad2becaf64aa6da2a655d557b7841cec01e..058570dd50aa533e7259042c0166a7a245547f8b 100644 (file)
@@ -1,11 +1,13 @@
-\version "1.7.18"
-\header
-{
-    texidoc= "Quarter notes may be beamed: the beam is halted momentarily."
-}
+\version "2.14.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 { raggedright = ##t} 
+
+\relative c'' {
+  c8[ c4 c8] % should warn here!
 }