LSR: Update.
[lilypond.git] / input / lsr / measure-counter.ly
blob59b94e3599e5fbcb39f5afa656ed8c6dd7e0b7a9
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.66"
5 \header {
6 lsrtags = "repeats, staff-notation, editorial-annotations"
8 texidoces = "
9 Este fragmento de código proporciona una solución alternativa a la
10 producción de contadores de compás utilizando repeticiones
11 transparentes de tipo porcentaje.
14 doctitlees = "Contador de compases"
16 texidoc = "
17 This snippet provides a workaround for emitting measure counters using
18 transparent percent repeats.
21 doctitle = "Measure counter"
22 } % begin verbatim
25 \context Voice = "foo" {
26 \clef bass
27 c4 r g r
28 c4 r g r
29 c4 r g r
30 c4 r g r
32 \context Voice = "foo" {
33 \set countPercentRepeats = ##t
34 \override PercentRepeat #'transparent = ##t
35 \override PercentRepeatCounter #'staff-padding = #1
36 \repeat percent 4 { s1 }