]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/isolated-percent-repeats.ly
Docs: reorganize documentation directory structure
[lilypond.git] / Documentation / snippets / isolated-percent-repeats.ly
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.13.1"
4
5 \header {
6   lsrtags = "repeats"
7
8 %% Translation of GIT committish: da84f4caeafed6832152295e67ae852a9930f568
9   texidoces = "
10 También se pueden imprimir símbolos de porcentaje sueltos.  Esto se
11 hace introduciendo un silencio multicompás con una función de
12 impresión distinta:
13
14 "
15   doctitlees = "Símbolos de porcentaje sueltos"
16
17 %% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706
18   texidocde = "
19 Isolierte Prozentwiederholungen können auch ausgegeben werden.  Das wird
20 erreicht, indem man eine Ganztaktpause notiert und ihre Ausgabeform
21 ändert:
22
23 "
24   doctitlede = "Isolierte Prozentwiederholungen"
25
26   texidoc = "
27 Isolated percents can also be printed.  This is done by entering a
28 multi-measure rest with a different print function:
29
30 "
31   doctitle = "Isolated percent repeats"
32 } % begin verbatim
33
34 \relative c'' {
35   \override MultiMeasureRest #'stencil
36     = #ly:multi-measure-rest::percent
37   \override MultiMeasureRest #'thickness = #0.48
38   R1
39 }
40