]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-stem-bar.ly
Change direction #1, #-1 into #up, #down.
[lilypond.git] / input / regression / spacing-stem-bar.ly
1
2 \version "2.6.0"
3 \header {
4
5   texidoc = "Upstem notes before a barline are printed with some extra
6 space. This is an optical correction similar to juxtaposed stems.
7 "
8
9 }
10
11 \relative e'
12 {
13
14                                 %%\override Staff.StaffSpacing  #'stem-spacing-correction = #0.5
15                                 %%\override Staff.NoteSpacing  #'stem-spacing-correction = #0.5
16
17   \time 3/8
18   \stemUp
19   e8 e e
20   f f f
21   a a a
22   c c c
23   e e e
24 }
25 \layout { raggedright = ##t}
26
27