]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-multi-staff-center.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / multi-measure-rest-multi-staff-center.ly
1 \version "2.17.6"
2
3 \header {
4   texidoc = "Though the default spacing for multi-measure rests
5 is affected by prefatory matter in other staves, centering can be
6 restored by overriding @code{spacing-pair}."
7 }
8
9 <<
10   \new Staff  {
11     \once \override MultiMeasureRest.spacing-pair =
12     #'(break-alignment . staff-bar)
13     R1
14   }
15   \new Staff {
16     f'1
17     \clef bass
18   }
19 >>