]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo-global.ly
(print): always start from right edge of
[lilypond.git] / input / regression / part-combine-solo-global.ly
index 3e6dfd6098b29522a65c719896894bfcd0377be7..f6c655d248a1c189fbd0cc4e8a85d696a3622fe5 100644 (file)
@@ -1,18 +1,19 @@
 
-\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.3.4"
 
 \score {
     \new Staff
-    \newpartcombine \notes \relative c'' {
+    \partcombine  \relative c'' {
        bes2(
         a4)
        }
-    \notes \relative c' {
+     \relative c' {
        r2 cis4
     }
 }