X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fcontrolling-tuplet-bracket-visibility.ly;h=0fda94ed07c839af31fdb2e5e4537e4fd83b291e;hb=3d0ff07396fbc24693f473ff9ff34c9656c539dd;hp=ed8dc33ce41c6071c1fc3f046fcc3b7ed87ff79c;hpb=70cc70f3a6183472b93fc4c2b4c60cc0375b6d64;p=lilypond.git diff --git a/input/lsr/controlling-tuplet-bracket-visibility.ly b/input/lsr/controlling-tuplet-bracket-visibility.ly index ed8dc33ce4..0fda94ed07 100644 --- a/input/lsr/controlling-tuplet-bracket-visibility.ly +++ b/input/lsr/controlling-tuplet-bracket-visibility.ly @@ -1,27 +1,30 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.35" +\version "2.11.61" \header { lsrtags = "rhythms, tweaks-and-overrides" - texidoc = " -Default behaviour of tuplet-bracket visibility is to print a bracket + + texidoc = " +The default behavior of tuplet-bracket visibility is to print a bracket unless there is a beam of the same length as the tuplet. To control the -visibility of tuplet brackets, you can set the property TupletBracket -#'bracket-visibility to either ##t (always print a bracket), ##f (never -print a bracket) or #'if-no-beam (only print a bracket if there is no -beam). -" } -% begin verbatim +visibility of tuplet brackets, set the property @code{TupletBracket +#'bracket-visibility} to either @code{##t} (always print a bracket), +@code{##f} (never print a bracket) or @code{#'if-no-beam} (only print a +bracket if there is no beam). + +" + doctitle = "Controlling tuplet bracket visibility" +} % begin verbatim mus = \relative c'' { - \times 2/3 {c16 [ d e } f8] - \times 2/3 {c8 d e } + \times 2/3 { c16[ d e } f8] + \times 2/3 { c8 d e } \times 2/3 { c4 d e } } \new Voice \relative c'{ << \mus s4^"default" >> - \override TupletBracket #'bracket-visibility = #'if-no-beam + \override TupletBracket #'bracket-visibility = #'if-no-beam << \mus s4^"'if-no-beam" >> \override TupletBracket #'bracket-visibility = ##t << \mus s4^"#t" >>