]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/multi--measure-rest-markup.ly
Merge branch 'master' into nested-bookparts
[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.11.62"
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   lsrtags = "rhythms, text"
24   texidoc = "Markups attached to a multi-measure rest will be
25 centered above or below it.  Long markups attached to multi-measure
26 rests do not cause the measure to expand.  To expand a multi-measure
27 rest to fit the markup, use a spacer rest with an attached markup
28 before the multi-measure rest.
29
30 Note that the spacer rest causes a bar line to be inserted.  Text attached
31 to a spacer rest in this way is left-aligned to the position where
32 the note would be placed in the measure, but if the measure length is
33 determined by the length of the text, the text will appear to be
34 centered."
35   doctitle = "Multi-measure rest markup"
36 } % begin verbatim
37
38
39 \relative c' {
40   \compressFullBarRests
41   \textLengthOn
42   s1*0^\markup { [MAJOR GENERAL] }
43   R1*19
44   s1*0_\markup { \italic { Cue: ... it is yours } }
45   s1*0^\markup { A }
46   R1*30^\markup { [MABEL] }
47   \textLengthOff
48   c4^\markup { CHORUS } d f c
49 }