Massive changes - see ChangeLog.
[lilypond.git] / input / regression / spacing-bar-stem.ly
blob67e99ed771225433579776084a1a39ef7c0c65ac
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
3 \header {
4 texidoc = "Downstem notes following a barline are
5 printed with some extra space. This is an optical correction similar
6 to juxtaposed stems.
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
21 \sd c4 \su c4
22 \sd f c,4 c'4 cis4 \stemUp c4
24 \paper { raggedright = ##t}