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