From 68ac7c1f316f766a686c9a46056a5133584394ee Mon Sep 17 00:00:00 2001
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Date: Sat, 13 Oct 2012 14:16:58 +0200
Subject: [PATCH] Whiteout for solo text

---
 orchestrallily.ily | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/orchestrallily.ily b/orchestrallily.ily
index 6a15c3a..4312349 100644
--- a/orchestrallily.ily
+++ b/orchestrallily.ily
@@ -1790,7 +1790,7 @@ slashedGrace =
 
 ts = #(make-music 'TextScriptEvent 'text "t.s." 'direction UP )
 tt = #(make-music 'TextScriptEvent 'text "Tutti" 'direction UP )
-solo = #(make-music 'TextScriptEvent 'text "Solo" 'direction UP )
+solo = -\tweak #'whiteout ##t #(make-music 'TextScriptEvent 'text "Solo" 'direction UP )
 tutti = #(make-music 'TextScriptEvent 'text "Tutti" 'direction UP )
 bracketts = #(make-music 'TextScriptEvent 'text "[t.s.]" 'direction UP )
 brackettt = #(make-music 'TextScriptEvent 'text "[Tutti]" 'direction UP )
-- 
GitLab