]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-center2.ly
Web-ja: update introduction
[lilypond.git] / input / regression / multi-measure-rest-center2.ly
1 \version "2.16.0"
2
3 \header
4 {
5   texidoc = "The existence of a text mark does not affect the placement of a multimeasure rest."
6 }
7
8 \paper{ ragged-right=##t }
9
10 \relative g' {
11     \mark \markup{ "foo foo foo foo foo foo"}
12     R1 | g4 g g g |
13 }