]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/measure-counter.ly
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/lilypond into lilypond/translation
[lilypond.git] / Documentation / snippets / measure-counter.ly
index 0fc6b6d95c3f82d1e3affd1c9f98b091388fe20d..166e66f086ca507bbd7934901f5f5a39ba277a10 100644 (file)
@@ -1,12 +1,15 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.14.2"
 
 \header {
-  lsrtags = "repeats, staff-notation, editorial-annotations"
+  lsrtags = "repeats, editorial-annotations, workaround, staff-notation"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% 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
@@ -17,7 +20,7 @@ transparentes de tipo porcentaje.
 
   texidoc = "
 This snippet provides a workaround for emitting measure counters using
-transparent percent repeats. 
+transparent percent repeats.
 
 "
   doctitle = "Measure counter"