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.10.10-1~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4cf826d4ad46d97abbeef2c343549a5b9f8a21ac;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