]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-end-2.ly
Fix issue 1641 -- Make \noBeam terminate the current autobeam
[lilypond.git] / input / regression / grace-end-2.ly
index 954eaec20601ca6b1b09f104f7b701daf303a4a6..2324e22818ca99bcc221b03b7b26049171916ad4 100644 (file)
@@ -1,8 +1,9 @@
+\version "2.12.0"
+
+#(ly:set-option 'warning-as-error #f)
 
 \header {
   texidoc = "Grace notes at the end of an expression don't cause crashes."
-  }
-
-\version "2.11.51"
+}
 
-{ e' \acciaccatura <<  e'8  \\  cis'  >>  }
+{ e' \acciaccatura << e'8 \\ cis' >> }