]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/measure-counter.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / measure-counter.ly
index 166e66f086ca507bbd7934901f5f5a39ba277a10..df602528c1f06943a6db7391703fdd318affcc97 100644 (file)
@@ -4,19 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.16.0"
 
 \header {
-  lsrtags = "repeats, editorial-annotations, workaround, staff-notation"
-
-%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
-  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"
+  lsrtags = "editorial-annotations, repeats, staff-notation, workaround"
 
   texidoc = "
 This snippet provides a workaround for emitting measure counters using
@@ -41,4 +32,3 @@ transparent percent repeats.
     \repeat percent 4 { s1 }
   }
 >>
-