From: Carl Sorensen Date: Sat, 16 Apr 2011 04:34:02 +0000 (-0600) Subject: Fix problem with multiple markups on chord glissandos. X-Git-Tag: release/2.13.60-1~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7703d5ed1ce797d92449a6a79ce593e6e5601396;p=lilypond.git Fix problem with multiple markups on chord glissandos. --- 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)))