Fix metronome alignment.
[lilypond/mpolesky.git] / Documentation / snippets / percent-repeat-count-visibility.ly
blobadc3422be23174e310f6b846271501508aa9cb8d
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.31"
6 \header {
7 lsrtags = "repeats, tweaks-and-overrides"
9 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
10 texidoces = "
11 Se pueden mostrar los contadores de las repeticiones del tipo
12 porcentaje a intervalos regulares mediante el establecimiento de
13 la propiedad de contexto @code{repeatCountVisibility}.
16 doctitlees = "Visibilidad del contador de repeticiones de tipo porcentaje"
19 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
20 texidocde = "
21 Prozentwiederholungszähler können in regelmäßigen Intervallen angezeigt
22 werden, indem man die Eigenschaft @code{repeatCountVisibility} beeinflusst.
24 doctitlede = "Sichtbarkeit von Prozent-Wiederholungen"
26 %% Translation of GIT committish: a5bde6d51a5c88e952d95ae36c61a5efc22ba441
27 texidocfr = "
28 Le numéro de mesure répétée sera imprimé à intervalle régulier si vous
29 déterminez la propriété de contexte @code{repeatCountVisibility}.
32 doctitlefr = "Affichage du numéro de répétition en pourcent"
35 texidoc = "
36 Percent repeat counters can be shown at regular intervals by setting
37 the context property @code{repeatCountVisibility}.
40 doctitle = "Percent repeat count visibility"
41 } % begin verbatim
43 \relative c'' {
44 \set countPercentRepeats = ##t
45 \set repeatCountVisibility = #(every-nth-repeat-count-visible 5)
46 \repeat percent 10 { c1 } \break
47 \set repeatCountVisibility = #(every-nth-repeat-count-visible 2)
48 \repeat percent 6 { c1 d1 }