]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-bar-stem.ly
Fix off-by-one error in constrained-breaking.
[lilypond.git] / input / regression / spacing-bar-stem.ly
1
2 \version "2.10.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.
7
8 Accidentals after the barline get some space as well.
9 "
10 }
11
12 \layout { ragged-right = ##t}
13
14 \relative c''
15 {
16
17   %%\override Staff.StaffSpacing  #'stem-spacing-correction = #10
18   %%\override Staff.NoteSpacing  #'stem-spacing-correction = #10
19
20   \time 1/4 \stemDown c4 \stemUp c4
21   \stemDown c4 \stemUp c4
22   \stemDown f c,4  c'4 cis4 \stemUp c4
23 }
24
25
26