]> 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 8026a15af913620ed79029d1a3075e264d028d60..73fe2f84f178bb303d4825559f0c264d4f037366 100644 (file)
@@ -5,15 +5,14 @@
 
 }
 
-\version "2.2.0"
+\version "2.19.21"
+\paper { ragged-right = ##t } 
 
-\score {
-    \new Staff
-    \partcombine \notes \relative c'' {
-       bes2(
+\new Staff
+    \partcombine  \relative {
+       bes'2(
         a4)
        }
-    \notes \relative c' {
-       r2 cis4
+     \relative {
+       r2 cis'4
     }
-}