]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/percent-repeat-counter.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / percent-repeat-counter.ly
index 25bd6bcf669b8f6aff6c9fc9cbae1107a3cd7a95..c30fb672d5b62e7c368b4d61f74b2bd9f11d24d9 100644 (file)
@@ -1,37 +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.10"
+\version "2.14.2"
 
 \header {
   lsrtags = "repeats"
 
-%% Translation of GIT committish: 5cab62e8738ff02eead438042743116391f306f5
-  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: d96023d8792c8af202c7cb8508010c0d3648899d
-  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: e98b2d804c2a136edfa28adc894bb584f676c884
-  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:
@@ -40,8 +17,8 @@ convenient property is switched, as shown in this example:
   doctitle = "Percent repeat counter"
 } % begin verbatim
 
+
 \relative c'' {
   \set countPercentRepeats = ##t
   \repeat percent 4 { c1 }
 }
-