]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-quarter.ly
MusicXML: Fix notes that don't have a voice setting (assign it to voice "None")
[lilypond.git] / input / regression / beam-quarter.ly
index d5f894bc29944e93e04f1c5497822a1414a96e63..807e6c0a9d6dce7f58b2ba9fdf83bb691f815e9f 100644 (file)
@@ -1,12 +1,12 @@
 
-\version "2.3.4"
+\version "2.11.51"
 \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!
 }