]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo-global.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / part-combine-solo-global.ly
index 811c35d866bd8f45e41137a9eaf2037f3e2996e4..73fe2f84f178bb303d4825559f0c264d4f037366 100644 (file)
@@ -5,15 +5,14 @@
 
 }
 
-\version "2.1.36"
+\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
     }
-}