]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-quarter.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / beam-quarter.ly
index 9de2b417d6331f81d799cbd7b5b73a515dd68497..ac1d57819d9daedacf59e06f2f01332fd7a3f1ec 100644 (file)
@@ -1,12 +1,12 @@
 
-\version "1.9.4"
+\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 {\notes \relative c'' {
-        c8[ c4 c8] % should warn here!
-}
-\paper { raggedright = ##t} 
+\layout { ragged-right = ##t }
+
+\relative c'' {
+  c8[ c4 c8] % should warn here!
 }