]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-quarter.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / beam-quarter.ly
index 5eb2b836327e7535f727bf8d0f51d491ec883592..7c9431de28d8958f70e7a3da19e417c7a0fcdc2a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 
 #(ly:set-option 'warning-as-error #f)
 #(ly:expect-warning (_ "stem does not fit in beam"))
@@ -8,6 +8,6 @@
   texidoc= "Quarter notes may be beamed: the beam is halted momentarily."
 }
 
-\relative c'' {
-  c8[ c4 c8] % should warn here!
+\relative {
+  c''8[ c4 c8] % should warn here!
 }