]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo-global.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / part-combine-solo-global.ly
index 47c1a2ff862cbfc386a4872caa914e8026a8ba62..73fe2f84f178bb303d4825559f0c264d4f037366 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.18"
+\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
     }
-}