]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-quarter.ly
Doc-hu: translated first section of Fundamental concepts
[lilypond.git] / input / regression / beam-quarter.ly
index 4298c52a3e4afd34661b1ff872869119c97dad83..512125eee56cbe76de92e2dff86304854a5386b3 100644 (file)
@@ -1,12 +1,11 @@
+\version "2.12.0"
 
-\version "2.1.30"
-\header
-{
-    texidoc= "Quarter notes may be beamed: the beam is halted momentarily."
-}
+#(ly:set-option 'warning-as-error #f)
 
-\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!
 }