From 4cf826d4ad46d97abbeef2c343549a5b9f8a21ac Mon Sep 17 00:00:00 2001
From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Mon, 8 Jan 2007 11:03:32 +0100
Subject: [PATCH] input/regression/part-combine-text.ly: Remove text overlap

---
 input/regression/part-combine-text.ly | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
2.39.5