1 #(ly
:set-option
'old-relative
)
4 texidoc
= "Downstem notes following a barline are
5 printed with some extra space. This is an optical correction similar
8 Accidentals after the barline get some space as well.
12 sd
= \property Voice
.Stem
\set #'direction
= #-
1
13 su
= \property Voice
.Stem
\set #'direction
= #1
14 \score { \notes\relative c''
17 %\property Staff.StaffSpacing \override #'stem-spacing-correction = #10
18 %\property Staff.NoteSpacing \override #'stem-spacing-correction = #10
20 \time 1/4 \sd c4 \su c4
22 \sd f c,4 c'4 cis4 \stemUp c4
24 \paper { raggedright
= ##t
}