]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix problem with multiple markups on chord glissandos.
authorCarl Sorensen <c_sorensen@byu.edu>
Sat, 16 Apr 2011 04:34:02 +0000 (22:34 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Sat, 16 Apr 2011 04:39:38 +0000 (22:39 -0600)
ly/music-functions-init.ly

index 10643a3bab9708e7d6f32f3c93e17a85cb2ccd4c..e83470dc622f3eab4ebac697bf97a900a0510f49 100644 (file)
@@ -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)))