From: Mike Solomon Date: Thu, 10 Jan 2013 04:10:09 +0000 (+0100) Subject: Shows ligature bracket extenders by setting bracket-visibility to ##t. X-Git-Tag: release/2.17.10-1~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2502db9d63fd5c0ac2171e3c70943510d4456746;p=lilypond.git Shows ligature bracket extenders by setting bracket-visibility to ##t. 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. --- diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm index 85b4e78867..74040cd60d 100644 --- a/scm/define-grobs.scm +++ b/scm/define-grobs.scm @@ -1244,6 +1244,7 @@ ;; 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))