]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/percent-repeat-counter.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / percent-repeat-counter.ly
index 74e4e5aa5e42c5eaaa863f6d31516842edfcfdef..36180e5b7ed26594b97e6ae93faf377b78bc2117 100644 (file)
@@ -1,37 +1,14 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.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.20"
+\version "2.18.0"
 
 \header {
   lsrtags = "repeats"
 
-%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
-  texidoces = "
-Las repeticiones de compases completos mayores de dos repeticiones
-pueden llevar un contador si se activa la propiedad adecuada, como se
-ve en este ejemplo:
-
-"
-  doctitlees = "Percent repeat counter"
-
-%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
-  texidocde = "
-Ganztaktwiederholungen mit mehr als zwei Wiederholungen erhalten einen
-Zähler, wenn man die entsprechende Eigenschaft einsetzt:
-
-"
-  doctitlede = "Prozent-Wiederholungen zählen"
-%% Translation of GIT committish: a5bde6d51a5c88e952d95ae36c61a5efc22ba441
-  texidocfr = "
-Les répétitions de plus de 2 mesures sont surmontées d'un compteur,
-si l'on active la propriété @code{countPercentRepeats} comme le montre
-l'exemple suivant :
-
-"
-  doctitlefr = "Compteur de répétition en pourcent"
-
-
   texidoc = "
 Measure repeats of more than two repeats can get a counter when the
 convenient property is switched, as shown in this example:
@@ -44,4 +21,3 @@ convenient property is switched, as shown in this example:
   \set countPercentRepeats = ##t
   \repeat percent 4 { c1 }
 }
-