]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-mark-width.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / spacing-mark-width.ly
1 \header {
2
3   texidoc = "Width of marks does not affect spacing."
4
5 }
6
7 \version "2.19.21"
8
9 \paper {
10   ragged-right = ##t
11 }
12
13 \relative
14 {
15   \override Score.RehearsalMark.break-visibility = #begin-of-line-invisible
16   c''1
17   \mark "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx "
18 }