]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/percent-repeat-count-visibility.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / percent-repeat-count-visibility.ly
index 81bd6c573c216bc7536d7c8e7a579d9ff16c9693..b358bd6704f7f583df7808057cdb5d10c9ea76dd 100644 (file)
@@ -1,27 +1,14 @@
-%% 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.4"
+\version "2.14.2"
 
 \header {
   lsrtags = "repeats, tweaks-and-overrides"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
-  texidoces = "
-Se pueden mostrar los contadores de las repeticiones del tipo
-porcentaje a intervalos regulares mediante el establecimiento de
-la propiedad de contexto @code{repeatCountVisibility}.
-
-"
-  doctitlees = "Visibilidad del contador de repeticiones de tipo porcentaje"
-
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
-  texidocde = "
-Prozentwiederholungszähler können in regelmäßigen Intervallen angezeigt
-werden, indem man die Eigenschaft @code{repeatCountVisibility} beeinflusst.
-"
-  doctitlede = "Sichtbarkeit von Prozent-Wiederholungen"
-
   texidoc = "
 Percent repeat counters can be shown at regular intervals by setting
 the context property @code{repeatCountVisibility}.
@@ -30,6 +17,7 @@ the context property @code{repeatCountVisibility}.
   doctitle = "Percent repeat count visibility"
 } % begin verbatim
 
+
 \relative c'' {
   \set countPercentRepeats = ##t
   \set repeatCountVisibility = #(every-nth-repeat-count-visible 5)