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