From 2502db9d63fd5c0ac2171e3c70943510d4456746 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Thu, 10 Jan 2013 05:10:09 +0100 Subject: [PATCH] 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. --- scm/define-grobs.scm | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.39.5