]> git.donarmstrong.com Git - lilypond.git/commitdiff
Shows ligature bracket extenders by setting bracket-visibility to ##t.
authorMike Solomon <mike@apollinemike.com>
Thu, 10 Jan 2013 04:10:09 +0000 (05:10 +0100)
committerMike Solomon <mike@apollinemike.com>
Thu, 10 Jan 2013 04:10:09 +0000 (05:10 +0100)
This bypasses the automatic visibility tests which are done mostly for
tuplet brackets.  In the future, it would be good to make a unified
system for brackets in which the tuplet bracket is one of several instead
of the "model" bracket.

scm/define-grobs.scm

index 85b4e788677eac303df489ead6f96380e5081e56..74040cd60d6e958b4dd86f6a20ee331b0f9f4bb9 100644 (file)
        ;; ugh.  A ligature bracket is totally different from
        ;; a tuplet bracket.
 
+       (bracket-visibility . #t)
        (connect-to-neighbor . ,ly:tuplet-bracket::calc-connect-to-neighbors)
        (direction . ,UP)
        (edge-height . (0.7 . 0.7))