]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo-global.ly
Doc (NR): Document NullVoice context.
[lilypond.git] / input / regression / part-combine-solo-global.ly
index 8026a15af913620ed79029d1a3075e264d028d60..1b98aac6ba6509b8f44200b5fa8abfdc588dd422 100644 (file)
@@ -5,15 +5,14 @@
 
 }
 
-\version "2.2.0"
+\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
     }
-}