summaryrefslogtreecommitdiff
path: root/Documentation/snippets/measure-counter.ly
diff options
context:
space:
mode:
authorJohn Mandereau <john.mandereau@gmail.com>2012-07-17 18:18:47 +0200
committerJohn Mandereau <john.mandereau@gmail.com>2012-07-17 18:18:47 +0200
commitf22c889b1389cb7d761580762fe77973780f2f86 (patch)
treed325b60ea9e43c4094814635d61ab92bc2f68046 /Documentation/snippets/measure-counter.ly
parent2d52187d5492ce7492c78fc8f1dca4aa7b702ba0 (diff)
Update snippets from today's LSR with changed makelsr.py
Diffstat (limited to 'Documentation/snippets/measure-counter.ly')
-rw-r--r--Documentation/snippets/measure-counter.ly20
1 files changed, 1 insertions, 19 deletions
diff --git a/Documentation/snippets/measure-counter.ly b/Documentation/snippets/measure-counter.ly
index b7eefc7faa..bccb928296 100644
--- a/Documentation/snippets/measure-counter.ly
+++ b/Documentation/snippets/measure-counter.ly
@@ -7,24 +7,7 @@
\version "2.14.2"
\header {
- lsrtags = "workaround, staff-notation, repeats, editorial-annotations"
-
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
- texidoces = "
-Este fragmento de código proporciona una solución alternativa a la
-producción de contadores de compás utilizando repeticiones
-transparentes de tipo porcentaje.
-
-"
- doctitlees = "Contador de compases"
-
-%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454
- texidocfr = "
-Le code ci-dessous permet, de façon détournée, d'afficher un compteur de
-mesures à l'aide d'une répétition en pourcent rendue transparente.
-
-"
- doctitlefr = "Compteur de mesures"
+ lsrtags = "staff-notation, workaround, repeats, editorial-annotations"
texidoc = "
This snippet provides a workaround for emitting measure counters using
@@ -49,4 +32,3 @@ transparent percent repeats.
\repeat percent 4 { s1 }
}
>>
-