]> 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.13.1"
4
5 \header {
6   lsrtags = "rhythms, text"
7
8   texidoc = "
9 Markups attached to a multi-measure rest will be centered above or
10 below it.  Long markups attached to multi-measure rests do not cause
11 the measure to expand.  To expand a multi-measure rest to fit the
12 markup, use a spacer rest with an attached markup before the
13 multi-measure rest.
14
15 <p>Note that the spacer rest causes a bar line to be inserted.  Text
16 attached to a spacer rest in this way is left-aligned to the position
17 where the note would be placed in the measure, but if the measure
18 length is determined by the length of the text, the text will appear to
19 be centered.
20
21 "
22   doctitle = "Multi-measure rest markup"
23 } % begin verbatim
24
25 \relative c' {
26   \compressFullBarRests
27   \textLengthOn
28   s1*0^\markup { [MAJOR GENERAL] }
29   R1*19
30   s1*0_\markup { \italic { Cue: ... it is yours } }
31   s1*0^\markup { A }
32   R1*30^\markup { [MABEL] }
33   \textLengthOff
34   c4^\markup { CHORUS } d f c
35 }