]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/isolated-percent-repeats.ly
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[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: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
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: d96023d8792c8af202c7cb8508010c0d3648899d
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