From a1eb5d63ff30b73f7431cb89c687e5ab955420ff Mon Sep 17 00:00:00 2001 From: Sven Axelsson Date: Mon, 17 Sep 2012 18:14:40 +0200 Subject: [PATCH] Added tuple brackets as default --- bagpipe_new.ly | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bagpipe_new.ly b/bagpipe_new.ly index 5a90c11..018f206 100644 --- a/bagpipe_new.ly +++ b/bagpipe_new.ly @@ -106,6 +106,12 @@ showTrueKeySignature = { \override KeySignature #'stencil = ##f } + + \context { + \Voice + + \override TupletBracket #'bracket-visibility = ##t + } } % Some common timing tweaks.