]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/controlling-tuplet-bracket-visibility.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / Documentation / snippets / controlling-tuplet-bracket-visibility.ly
index e82b7c9f51795c073440ff39d3a6f1ddce80ec58..aa13409c287ccc6613d12974e6e88b0d1f651ac3 100644 (file)
@@ -1,10 +1,15 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.39"
+\version "2.14.0"
 
 \header {
-%% Translation of GIT committish: 42cf5468694e6757494d4505ab9b6ea7bc591e59
+  lsrtags = "rhythms, tweaks-and-overrides"
+
+%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
 
   texidoces = "
 El comportamiento predeterminado de la visibilidad de los corchetes de
@@ -12,16 +17,13 @@ grupo de valoración especial es imprimir el corchete a no ser que haya
 una barra de la misma longitud que el grupo especial.  Para controlar
 la visibilidad de los corchetes de grupo, establezca la propiedad
 @code{'bracket-visibility} a @code{#t} (imprimir el corchete siempre),
-@code{#f} (no imprimirlo nunca) o @code{#'if-no-beam} (imprimir el
+@code{#f} (no imprimirlo nunca) o @code{'if-no-beam} (imprimir el
 corchete solamente si no hay barra).
 
 "
 
   doctitlees = "Controlar la visibilidad de los corchetes de grupo especial"
 
-  lsrtags = "rhythms, tweaks-and-overrides"
-
-
 %% Translation of GIT committish: 190a067275167c6dc9dd0afef683d14d392b7033
 
   texidocfr = "
@@ -31,7 +33,7 @@ ligature.  LilyPond permet, au travers de la propriété
 @code{'bracket-visibility}, de contôler précisément leur
 affichage@tie{}: déterminée à @code{#t}, ils seront toujours
 imprimés@tie{}; @code{#f} permet de ne jamais les imprimer, et
-@code{#'if-no-beam} les imprimera en l'absence de ligature.
+@code{'if-no-beam} les imprimera en l'absence de ligature.
 
 "
   doctitlefr = "Contrôle de l'impression des crochets de nolet"
@@ -42,7 +44,7 @@ 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, 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}
+bracket), @code{#f} (never print a bracket) or @code{'if-no-beam}
 (only print a bracket if there is no beam).
 
 "