1%% DO NOT EDIT this file manually; it is automatically
2%% generated from Documentation/snippets/new
3%% Make any changes in Documentation/snippets/new/
4%% and then run scripts/auxiliar/makelsr.py
5%%
6%% This file is in the public domain.
7%% Note: this file works from version 2.19.20
8
9\version "2.19.20"
10
11\header {
12  lsrtags = "rhythms, text"
13
14  texidoc = "
15Markups attached to a multi-measure rest will be centered above or
16below it.  Long markups attached to multi-measure rests do not cause
17the measure to expand.  To expand a multi-measure rest to fit the
18markup, use an empty chord with an attached markup before the
19multi-measure rest.
20
21Text attached to a spacer rest in this way is left-aligned to the
22position where the note would be placed in the measure, but if the
23measure length is determined by the length of the text, the text will
24appear to be centered.
25
26"
27  doctitle = "Multi-measure rest markup"
28} % begin verbatim
29
30
31\relative c' {
32  \compressMMRests {
33    \textLengthOn
34    <>^\markup { [MAJOR GENERAL] }
35    R1*19
36    <>_\markup { \italic { Cue: ... it is yours } }
37    <>^\markup { A }
38    R1*30^\markup { [MABEL] }
39    \textLengthOff
40    c4^\markup { CHORUS } d f c
41  }
42}
43