]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/measure-counter.ly
Merge branch 'master' of git://git.savannah.gnu.org/lilypond.git
[lilypond.git] / Documentation / snippets / measure-counter.ly
index b3e3478a685792813c66320e14e85cc1b25f571b..9981d3ab95f8fa36770c6a22dcc177521c99e8dc 100644 (file)
@@ -1,11 +1,15 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% 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.1"
+\version "2.14.0"
 
 \header {
   lsrtags = "repeats, staff-notation, editorial-annotations"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
   texidoces = "
 Este fragmento de código proporciona una solución alternativa a la
 producción de contadores de compás utilizando repeticiones
@@ -16,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"