From: Han-Wen Nienhuys Date: Mon, 8 Jan 2007 10:03:32 +0000 (+0100) Subject: input/regression/part-combine-text.ly: Remove text overlap X-Git-Tag: release/2.11.10-1~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9332d5f46dd4a1641cf3fa3ac19f2a29cf0bba1a;p=lilypond.git input/regression/part-combine-text.ly: Remove text overlap --- diff --git a/input/regression/part-combine-text.ly b/input/regression/part-combine-text.ly index 0922a8d27a..bcbd3aa8eb 100644 --- a/input/regression/part-combine-text.ly +++ b/input/regression/part-combine-text.ly @@ -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