]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-quarter.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / beam-quarter.ly
index 75347ca95c05461a4ba0853de92e6399b0fc30ae..ac1d57819d9daedacf59e06f2f01332fd7a3f1ec 100644 (file)
@@ -1,12 +1,12 @@
 
-\version "2.3.16"
+\version "2.12.0"
 \header
 {
-    texidoc= "Quarter notes may be beamed: the beam is halted momentarily."
+  texidoc= "Quarter notes may be beamed: the beam is halted momentarily."
 }
 
-\score { \relative c'' {
-        c8[ c4 c8] % should warn here!
-}
-\paper { raggedright = ##t} 
+\layout { ragged-right = ##t }
+
+\relative c'' {
+  c8[ c4 c8] % should warn here!
 }