]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/controlling-tuplet-bracket-visibility.ly
Doc: CG: add "find emergencies" to major release list.
[lilypond.git] / Documentation / snippets / controlling-tuplet-bracket-visibility.ly
index fe5aade53773ef817ca226e3f35603ddf445280b..d6c04bd267fffda0e003fe311e7317fb74d61ccf 100644 (file)
@@ -1,7 +1,7 @@
 %% Do not edit this file; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.13.10"
 
 \header {
   lsrtags = "rhythms, tweaks-and-overrides"
@@ -12,7 +12,7 @@ unless there is a beam of the same length as the tuplet. To control the
 visibility of tuplet brackets, set the property
 @code{'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). 
+(only print a bracket if there is no beam).
 
 "
   doctitle = "Controlling tuplet bracket visibility"
@@ -34,6 +34,6 @@ music = \relative c'' {
     \override TupletBracket #'bracket-visibility = ##f
     << \music s4^"#f" >>
   }
-} 
+}