]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo-global.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / part-combine-solo-global.ly
index d67da45cb0d98e717a08fb47bbbe030052a9ba1d..1b98aac6ba6509b8f44200b5fa8abfdc588dd422 100644 (file)
@@ -5,15 +5,14 @@
 
 }
 
-\version "2.1.26"
+\version "2.16.0"
+\paper { ragged-right = ##t } 
 
-\score {
-    \new Staff
-    \partcombine \notes \relative c'' {
+\new Staff
+    \partcombine  \relative c'' {
        bes2(
         a4)
        }
-    \notes \relative c' {
+     \relative c' {
        r2 cis4
     }
-}