]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo-global.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / part-combine-solo-global.ly
index 60353b74c3e7686afaadbaaa0df35ec4eb690a73..1b98aac6ba6509b8f44200b5fa8abfdc588dd422 100644 (file)
@@ -5,10 +5,10 @@
 
 }
 
-\version "2.4.0"
+\version "2.16.0"
+\paper { ragged-right = ##t } 
 
-\score {
-    \new Staff
+\new Staff
     \partcombine  \relative c'' {
        bes2(
         a4)
@@ -16,4 +16,3 @@
      \relative c' {
        r2 cis4
     }
-}