X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-bar-stem.ly;h=c35d683139b94401a1d88eeea4c2de8cdde74fb4;hb=5351678f4821374c9cbaf55b92cd35436d786c1d;hp=d5801605075e946d3f7a1c2253b244c28fd6c96f;hpb=730c54a571ab3b6c30e02be5f93c876abee0f9a7;p=lilypond.git diff --git a/input/regression/spacing-bar-stem.ly b/input/regression/spacing-bar-stem.ly index d580160507..c35d683139 100644 --- a/input/regression/spacing-bar-stem.ly +++ b/input/regression/spacing-bar-stem.ly @@ -1,26 +1,27 @@ -\version "2.10.0" \header { texidoc = "Downstem notes following a barline are printed with some extra space. This is an optical correction similar to juxtaposed stems. -Accidentals after the barline get some space as well. -" +The bar upstem should be approx 1.1 staff space, the bar downstem 1.3 +to 1.5 staff space." } -\layout { ragged-right = ##t} -\relative c'' -{ - - %%\override Staff.StaffSpacing #'stem-spacing-correction = #10 - %%\override Staff.NoteSpacing #'stem-spacing-correction = #10 - - \time 1/4 \stemDown c4 \stemUp c4 - \stemDown c4 \stemUp c4 - \stemDown f c,4 c'4 cis4 \stemUp c4 +\version "2.12.0" +\layout{ + ragged-right = ##t } - +\relative c'' { + \override Score.NonMusicalPaperColumn #'stencil = #ly:paper-column::print + \override Score.NonMusicalPaperColumn #'layer = #2 + + \time 2/4 + \stemDown + s2 + e4 s4 + e,4 s4 +}