]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/isolated-percent-repeats.ly
Docs: update snippets locally
[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   lsrtags = "repeats"
8
9 %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
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: d96023d8792c8af202c7cb8508010c0d3648899d
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
27   texidoc = "
28 Isolated percents can also be printed.  This is done by entering a
29 multi-measure rest with a different print function:
30
31 "
32   doctitle = "Isolated percent repeats"
33 } % begin verbatim
34
35 \relative c'' {
36   \override MultiMeasureRest #'stencil
37     = #ly:multi-measure-rest::percent
38   \override MultiMeasureRest #'thickness = #0.48
39   R1
40 }
41