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