]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/isolated-percent-repeats.ly
Docs: run makelsr.py locally (update French texidocs)
[lilypond.git] / Documentation / snippets / isolated-percent-repeats.ly
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.4"
5
6 \header {
7 %% Translation of GIT committish: e98b2d804c2a136edfa28adc894bb584f676c884
8   texidocfr = "
9 Des symboles de pourcentage isolés peuvent aussi être obtenus, au
10 moyen d'un silence multi-mesures dont on modifie l'aspect :
11
12 "
13   doctitlefr = "Répétition en pourcent isolée"
14
15
16   lsrtags = "repeats"
17
18 %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
19   texidoces = "
20 También se pueden imprimir símbolos de porcentaje sueltos.  Esto se
21 hace introduciendo un silencio multicompás con una función de
22 impresión distinta:
23
24 "
25   doctitlees = "Símbolos de porcentaje sueltos"
26
27 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
28   texidocde = "
29 Isolierte Prozentwiederholungen können auch ausgegeben werden.  Das wird
30 erreicht, indem man eine Ganztaktpause notiert und ihre Ausgabeform
31 ändert:
32
33 "
34   doctitlede = "Isolierte Prozentwiederholungen"
35
36   texidoc = "
37 Isolated percents can also be printed.  This is done by entering a
38 multi-measure rest with a different print function:
39
40 "
41   doctitle = "Isolated percent repeats"
42 } % begin verbatim
43
44 \relative c'' {
45   \override MultiMeasureRest #'stencil
46     = #ly:multi-measure-rest::percent
47   \override MultiMeasureRest #'thickness = #0.48
48   R1
49 }
50