]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo-global.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / input / regression / part-combine-solo-global.ly
index 139f3e72fa4257f68f70f70ceacdc975425926c0..a3de17e91ec74c0085d30206044027304bd34106 100644 (file)
@@ -1,19 +1,18 @@
 
-\header { texidoc = "Solo/Solo2 also is global: In this example, solo1
-         should not printed over the 1st note, because the voice
-         switch would kill the slur."
+\header { texidoc = "In this example, solo1
+         should not be printed over the 1st note, because of the slur
+         which is present from the one-voice to the two-voice situation."
 
 }
 
-\version "2.1.22"
+\version "2.10.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
     }
-}