X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Fmeasure-counter.ly;h=61f088cc63227770783605ee0b5553f595032098;hb=2533d976e5218f47bef6ae81fb51d6722f6dd895;hp=b3e3478a685792813c66320e14e85cc1b25f571b;hpb=c6444231d15708adc5560e2735fe980d04dd138d;p=lilypond.git diff --git a/Documentation/snippets/measure-counter.ly b/Documentation/snippets/measure-counter.ly index b3e3478a68..61f088cc63 100644 --- a/Documentation/snippets/measure-counter.ly +++ b/Documentation/snippets/measure-counter.ly @@ -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.12.2" \header { lsrtags = "repeats, staff-notation, editorial-annotations" -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca +%% Translation of GIT committish: 91eeed36c877fe625d957437d22081721c8c6345 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"