1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
6 lsrtags = "rhythms, tweaks-and-overrides"
9 The default behavior of tuplet-bracket visibility is to print a bracket
10 unless there is a beam of the same length as the tuplet. To control the
11 visibility of tuplet brackets, set the property
12 @code{'bracket-visibility} to either @code{#t} (always print a
13 bracket), @code{#f} (never print a bracket) or @code{#'if-no-beam}
14 (only print a bracket if there is no beam).
17 doctitle = "Controlling tuplet bracket visibility"
20 music = \relative c'' {
21 \times 2/3 { c16[ d e } f8]
28 << \music s4^"default" >>
29 \override TupletBracket #'bracket-visibility = #'if-no-beam
30 << \music s4^"'if-no-beam" >>
31 \override TupletBracket #'bracket-visibility = ##t
33 \override TupletBracket #'bracket-visibility = ##f