]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/multi--measure-rest-markup.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / lsr / multi--measure-rest-markup.ly
1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6 texidoces = "
7 Los elementos de marcado aplicados a un silencio multicompás se
8 centran encima o debajo de éste.  Los elementos de marcado extensos
9 que se adjuntan a silencios multicompás no producen la expansión del
10 compás.  Para expandir un silencio multicompás de forma que quepa todo
11 el marcado, utilice un silencio de separación con un marcado aplicado
12 antes del silencio multicompás.
13
14 Observe que el silencio separador produce la inserción de un compás.
15 El texto aplicado a un siencio sparador de esta forma se alinea por la
16 izquierda a la posición en que la nota estaría situada dentro del
17 compás, pero si la longitud del compás está determinada por la
18 longitud del texto, éste aparecerá centrado.
19
20 "
21
22 doctitlees = "Marcado de silencios multicompás"
23
24 %% Translation of GIT committish :<0364058d18eb91836302a567c18289209d6e9706>
25   texidocde = "Textbeschriftungen, die an Mehrtaktpausen gehängt wird,
26 wird über oder unter der Pause zentriert.  Lange Beschriftungen
27 lassen den Takt nicht breiter werden.  Um eine Mehrtaktpause einer
28 Beschriftung anzupassen, muss eine unsichtbare Pause mit der
29 Beschriftung direkt vor der Mehrtkatpause eingesetzt werden.
30
31 Man sollte beachten, dass unsichtbare Pausen automatische Taktstriche
32 nach sich ziehen.  Text, der an eine unsichtbare Pause gehänt wird,
33 ist links ausgerichtet an der Position, wo die Pause erscheinen
34 würde.  Wenn aber die Länge des Taktes durch die Länge des Textes
35 bestimmt wird, sieht es so aus, als ob der Text zentriert gesetzt
36 ist."
37
38   doctitlede = "Textbeschriftung und Mehrtaktpausen"
39
40   lsrtags = "rhythms, text"
41   texidoc = "Markups attached to a multi-measure rest will be
42 centered above or below it.  Long markups attached to multi-measure
43 rests do not cause the measure to expand.  To expand a multi-measure
44 rest to fit the markup, use a spacer rest with an attached markup
45 before the multi-measure rest.
46
47 Note that the spacer rest causes a bar line to be inserted.  Text attached
48 to a spacer rest in this way is left-aligned to the position where
49 the note would be placed in the measure, but if the measure length is
50 determined by the length of the text, the text will appear to be
51 centered."
52   doctitle = "Multi-measure rest markup"
53 } % begin verbatim
54
55
56 \relative c' {
57   \compressFullBarRests
58   \textLengthOn
59   s1*0^\markup { [MAJOR GENERAL] }
60   R1*19
61   s1*0_\markup { \italic { Cue: ... it is yours } }
62   s1*0^\markup { A }
63   R1*30^\markup { [MABEL] }
64   \textLengthOff
65   c4^\markup { CHORUS } d f c
66 }