]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-bar-stem.ly
* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / spacing-bar-stem.ly
1 \version "1.7.16"
2 \header {
3 texidoc = "Downstem notes following a barline are
4 printed with some extra space. This is an optical correction similar
5 to juxtaposed stems.
6
7 Accidentals after the barline get some space as well.
8 "
9 }
10
11 sd = \property Voice.Stem \set #'direction = #-1
12 su = \property Voice.Stem \set #'direction = #1
13 \score { \notes\relative c''
14 {
15
16 %\property Staff.StaffSpacing \override #'stem-spacing-correction = #10
17 %\property Staff.NoteSpacing \override #'stem-spacing-correction = #10
18
19 \time 1/4 \sd c4 \su c4
20 \sd c4 \su c4
21 \sd f c,4  c'4 cis4 \stemUp c4
22 }
23 \paper { raggedright = ##t}
24 }
25 %% new-chords-done %%