]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/measure-counter.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / measure-counter.ly
index b7eefc7faabd876775c446ccd4921d7f2ee27bdb..bccb9282965576ec7416280cd2d1cc010b60e96f 100644 (file)
@@ -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 }
   }
 >>
-