]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-multi-staff-center.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / multi-measure-rest-multi-staff-center.ly
1 \version "2.16.0"
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 >>