]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/text-spanner-full-rest.ly
615555a496b423eddc07c8dea721c277b6c581b5
[lilypond.git] / input / regression / text-spanner-full-rest.ly
1 \version "2.15.2"
2
3 \header {
4   texidoc = "Text spanners ending on, or broken across, full-measure
5 rests extend to the rests, or over the rests, as appropriate."
6 }
7
8 \layout { ragged-right = ##t }
9
10 \relative c'' {
11   a1\startTextSpan b1 R1 \break
12   \tempo "tempo" R1 a1 b1 R1\stopTextSpan
13 }