From 7703d5ed1ce797d92449a6a79ce593e6e5601396 Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Fri, 15 Apr 2011 22:34:02 -0600 Subject: [PATCH] Fix problem with multiple markups on chord glissandos. --- ly/music-functions-init.ly | 1 + 1 file changed, 1 insertion(+) diff --git a/ly/music-functions-init.ly b/ly/music-functions-init.ly index 10643a3bab..e83470dc62 100644 --- a/ly/music-functions-init.ly +++ b/ly/music-functions-init.ly @@ -244,6 +244,7 @@ chordGlissando = (make-grob-property-set 'DynamicText 'transparent #t) (make-grob-property-set 'DynamicLineSpanner 'transparent #t) (make-grob-property-set 'DynamicTextSpanner 'transparent #t) + (make-grob-property-set 'TextScript 'stencil #f) (add-glissando (select-note mus1 index)) (select-note mus2 index))) 'Bottom (symbol->string (gensym))) -- 2.39.5