]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-center.ly
* input/regression/multi-measure-rest-center.ly: new file.
[lilypond.git] / input / regression / multi-measure-rest-center.ly
1 \header
2 {
3   texidoc = "The multimeasure rest is centered exactly between bar lines."
4
5 }
6
7 \score {
8     \notes
9     {
10         \property Score.skipBars = ##t
11         \property Staff.BarLine \set #'hair-thickness = #7.5
12         \property Staff.MultiMeasureRest \set #'hair-thickness = #10
13
14         c'1 R1*20 c'1
15     }
16     \paper { linewidth = -1.0 } 
17 }
18