]> git.donarmstrong.com Git - lilypond.git/commitdiff
input/regression/part-combine-text.ly: Remove text overlap
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 8 Jan 2007 10:03:32 +0000 (11:03 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 8 Jan 2007 10:03:32 +0000 (11:03 +0100)
input/regression/part-combine-text.ly

index 0922a8d27a2689673d0380fb99598ec042ee935d..bcbd3aa8eb6ce42d08e88ba2de06b0f5583a0f68 100644 (file)
@@ -15,7 +15,8 @@ texts accordingly.
 
 vone =  \relative a' { R1 a2    r4 r a a a a }
 vtwo =  \relative a' { R1 f4 f4 f4 f f f a a  }
-comm = { s1 s2 s4_"expect: solo 2" s4 s2 s4_"expect: a2" s4 }
+comm = { s1 s2 s4_\markup { \small "expect: solo 2" }
+        s4 s2 s4_\markup { \small "expect: a2"  } s4 } 
 \new Staff <<
     \partcombine \vone \vtwo
     \comm