]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo-global.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / regression / part-combine-solo-global.ly
index 1b6258ab45d7d0009ea64ca1b3dbfe314a434789..5f0e7b8414c96438ca9dd07b07e70f2eef0772cd 100644 (file)
@@ -5,10 +5,10 @@
 
 }
 
-\version "2.3.17"
+\version "2.12.0"
+\paper { ragged-right = ##t } 
 
-\score {
-    \new Staff
+\new Staff
     \partcombine  \relative c'' {
        bes2(
         a4)
@@ -16,4 +16,3 @@
      \relative c' {
        r2 cis4
     }
-}