]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/percent-repeat-counter.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / percent-repeat-counter.ly
index eebe69a8a705dbde395172dd635a03d151232550..f6c05ed77a32191106fda1f56739f0d1315c47a0 100644 (file)
@@ -4,12 +4,12 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.14.2"
 
 \header {
   lsrtags = "repeats"
 
-%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 Las repeticiones de compases completos de más de dos repeticiones
 pueden llevar un contador si se activa la propiedad adecuada, como se
@@ -27,11 +27,11 @@ Zähler, wenn man die entsprechende Eigenschaft einsetzt:
 "
   doctitlede = "Prozent-Wiederholungen zählen"
 
-%% Translation of GIT committish: a5bde6d51a5c88e952d95ae36c61a5efc22ba441
+%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
   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 :
+l'exemple suivant@tie{}:
 
 "
   doctitlefr = "Compteur de répétition en pourcent"
@@ -45,6 +45,7 @@ convenient property is switched, as shown in this example:
   doctitle = "Percent repeat counter"
 } % begin verbatim
 
+
 \relative c'' {
   \set countPercentRepeats = ##t
   \repeat percent 4 { c1 }