]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/using-alternative-flag-styles.ly
Doc-fr: updates texidocs
[lilypond.git] / Documentation / snippets / using-alternative-flag-styles.ly
index 9c0ac0b3ba26c272d65b2d931fbfabf6188200b3..3338586384e5c4cf501bda9191a73f166515aafa 100644 (file)
@@ -4,23 +4,10 @@
 % and then run scripts/auxiliar/makelsr.py
 %
 % This file is in the public domain.
-%% Note: this file works from version 2.15.15
-\version "2.15.15"
+%% Note: this file works from version 2.17.6
+\version "2.17.6"
 
 \header {
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-  texidoces = "
-
-Se pueden imprimir estilos alternativos del corchete o gancho de las
-corcheas y figuras menores, mediante la sobreescritura de la propiedad
-@code{stencil} del objeto @code{Flag}.  Son valores vĂ¡lidos
-@code{modern-straight-flag} y @code{old-straight-flag}.
-
-"
-  doctitlees = "Uso de estilos alternativos para los corchetes"
-
-
-
   lsrtags = "rhythms, tweaks-and-overrides"
 
   texidoc = "
@@ -42,13 +29,12 @@ testnotes = {
   \time 2/4
   \testnotes
 
-  \override Flag #'stencil = #modern-straight-flag
+  \override Flag.stencil = #modern-straight-flag
   \testnotes
 
-  \override Flag #'stencil = #old-straight-flag
+  \override Flag.stencil = #old-straight-flag
   \testnotes
 
-  \revert Flag #'stencil
+  \revert Flag.stencil
   \testnotes
 }
-