]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/measure-counter.ly
LSR updates
[lilypond.git] / Documentation / snippets / measure-counter.ly
index 3aa2e05091124af0d8401fa4c2eeefa0784852a1..cd71c0a0f7af2f7092feeb33d71260233c84983e 100644 (file)
@@ -4,19 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.17.20"
 
 \header {
-  lsrtags = "repeats, staff-notation, editorial-annotations"
-
-%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
-  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
@@ -36,9 +27,8 @@ transparent percent repeats.
   }
   \context Voice = "foo" {
     \set countPercentRepeats = ##t
-    \override PercentRepeat #'transparent = ##t
-    \override PercentRepeatCounter #'staff-padding = #1
+    \override PercentRepeat.transparent = ##t
+    \override PercentRepeatCounter.staff-padding = #1
     \repeat percent 4 { s1 }
   }
 >>
-