]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/multi-measure-rest-markup.ly
LSR: Update.
[lilypond.git] / input / lsr / multi-measure-rest-markup.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.12.3"
4
5 \header {
6   lsrtags = "rhythms, text"
7
8 texidoces = "
9 Los elementos de marcado aplicados a un silencio multicompás se
10 centran encima o debajo de éste.  Los elementos de marcado extensos
11 que se adjuntan a silencios multicompás no producen la expansión del
12 compás.  Para expandir un silencio multicompás de forma que quepa todo
13 el marcado, utilice un silencio de separación con un marcado aplicado
14 antes del silencio multicompás.
15
16 Observe que el silencio separador produce la inserción de un compás.
17 El texto aplicado a un siencio sparador de esta forma se alinea por la
18 izquierda a la posición en que la nota estaría situada dentro del
19 compás, pero si la longitud del compás está determinada por la
20 longitud del texto, éste aparecerá centrado.
21
22 "
23
24 doctitlees = "Marcado de silencios multicompás"
25   texidoc = "
26 Markups attached to a multi-measure rest will be centered above or
27 below it.  Long markups attached to multi-measure rests do not cause
28 the measure to expand.  To expand a multi-measure rest to fit the
29 markup, use a spacer rest with an attached markup before the
30 multi-measure rest.
31
32 Note that the spacer rest causes a bar line to be inserted.  Text
33 attached to a spacer rest in this way is left-aligned to the position
34 where the note would be placed in the measure, but if the measure
35 length is determined by the length of the text, the text will appear to
36 be centered. 
37
38 "
39   doctitle = "Multi-measure rest markup"
40 } % begin verbatim
41
42 \relative c' {
43   \compressFullBarRests
44   \textLengthOn
45   s1*0^\markup { [MAJOR GENERAL] }
46   R1*19
47   s1*0_\markup { \italic { Cue: ... it is yours } }
48   s1*0^\markup { A }
49   R1*30^\markup { [MABEL] }
50   \textLengthOff
51   c4^\markup { CHORUS } d f c
52 }