]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-rest.ly
''
[lilypond.git] / input / regression / spacing-rest.ly
1 \header {
2     texidoc = "Rests get a little less space, since they are narrower.
3 However, the feta quarter rest is relatively wide, causing this effect to be
4 very small.
5 "
6     }
7 \score { \notes \relative c'' \context Staff {
8     \time 12/4
9     r4 c4 c4 c4 r4 r4 c4
10 }
11 \paper {
12 %stafflinethickness = 0.0
13 linewidth = -1
14     }
15      }