]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-stem-bar.ly
Fix off-by-one error in constrained-breaking.
[lilypond.git] / input / regression / spacing-stem-bar.ly
1
2 \version "2.10.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 \layout { ragged-right = ##t}
12
13 \relative e'
14 {
15
16                                 %%\override Staff.StaffSpacing  #'stem-spacing-correction = #0.5
17                                 %%\override Staff.NoteSpacing  #'stem-spacing-correction = #0.5
18
19   \time 3/8
20   \stemUp
21   e8 e e
22   f f f
23   a a a
24   c c c
25   e e e
26 }
27
28
29