]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-rest.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / spacing-rest.ly
1
2 \version "2.19.21"
3 \header {
4   texidoc = "Rests get a little less space, since they are narrower.
5 However, the quarter rest in feta font is relatively wide, causing this 
6 effect to be very small.
7 "
8 }
9
10 \layout {
11   ragged-right = ##t
12 }
13 \relative \context Staff {
14   \time 12/4
15   r4 c''4 c4 c4 r4 r4 c4
16 }
17
18
19