Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2)

Side by Side Diff: Documentation/snippets/percent-repeat-count-visibility.ly

Issue 1667041: Redo autobeam settings to make resetting easier (Closed)
Patch Set: test of makelsr.py Created 14 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Documentation/snippets/ottava-text.ly ('k') | Documentation/snippets/percent-repeat-counter.ly » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 %% Do not edit this file; it is automatically 1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it 2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain. 3 %% This file is in the public domain.
4 \version "2.13.20" 4 \version "2.13.20"
5 5
6 \header { 6 \header {
7 lsrtags = "repeats, tweaks-and-overrides" 7 lsrtags = "repeats, tweaks-and-overrides"
8 8
9 %% Translation of GIT committish: e0aa246e0ed1a86dc41a99ab79bff822d3320aa7 9 %% Translation of GIT committish: e0aa246e0ed1a86dc41a99ab79bff822d3320aa7
10 texidoces = " 10 texidoces = "
11 Se pueden mostrar los contadores de las repeticiones del tipo 11 Se pueden mostrar los contadores de las repeticiones del tipo
12 porcentaje a intervalos regulares mediante el establecimiento de 12 porcentaje a intervalos regulares mediante el establecimiento de
13 la propiedad de contexto @code{repeatCountVisibility}. 13 la propiedad de contexto @code{repeatCountVisibility}.
14 14
15 " 15 "
16 doctitlees = "Visibilidad del contador de repeticiones de tipo porcentaje" 16 doctitlees = "Visibilidad del contador de repeticiones de tipo porcentaje"
17 17
18
19 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 18 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
20 texidocde = " 19 texidocde = "
21 Prozentwiederholungszähler können in regelmäßigen Intervallen angezeigt 20 Prozentwiederholungszähler können in regelmäßigen Intervallen angezeigt
22 werden, indem man die Eigenschaft @code{repeatCountVisibility} beeinflusst. 21 werden, indem man die Eigenschaft @code{repeatCountVisibility} beeinflusst.
23 " 22 "
24 doctitlede = "Sichtbarkeit von Prozent-Wiederholungen" 23 doctitlede = "Sichtbarkeit von Prozent-Wiederholungen"
25
26 %% Translation of GIT committish: a5bde6d51a5c88e952d95ae36c61a5efc22ba441 24 %% Translation of GIT committish: a5bde6d51a5c88e952d95ae36c61a5efc22ba441
27 texidocfr = " 25 texidocfr = "
28 Le numéro de mesure répétée sera imprimé à intervalle régulier si vous 26 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}. 27 déterminez la propriété de contexte @code{repeatCountVisibility}.
30 28
31 " 29 "
32 doctitlefr = "Affichage du numéro de répétition en pourcent" 30 doctitlefr = "Affichage du numéro de répétition en pourcent"
33 31
34 32
35 texidoc = " 33 texidoc = "
36 Percent repeat counters can be shown at regular intervals by setting 34 Percent repeat counters can be shown at regular intervals by setting
37 the context property @code{repeatCountVisibility}. 35 the context property @code{repeatCountVisibility}.
38 36
39 " 37 "
40 doctitle = "Percent repeat count visibility" 38 doctitle = "Percent repeat count visibility"
41 } % begin verbatim 39 } % begin verbatim
42 40
43 \relative c'' { 41 \relative c'' {
44 \set countPercentRepeats = ##t 42 \set countPercentRepeats = ##t
45 \set repeatCountVisibility = #(every-nth-repeat-count-visible 5) 43 \set repeatCountVisibility = #(every-nth-repeat-count-visible 5)
46 \repeat percent 10 { c1 } \break 44 \repeat percent 10 { c1 } \break
47 \set repeatCountVisibility = #(every-nth-repeat-count-visible 2) 45 \set repeatCountVisibility = #(every-nth-repeat-count-visible 2)
48 \repeat percent 6 { c1 d1 } 46 \repeat percent 6 { c1 d1 }
49 } 47 }
OLDNEW
« no previous file with comments | « Documentation/snippets/ottava-text.ly ('k') | Documentation/snippets/percent-repeat-counter.ly » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b