X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fspacing-bar-stem.ly;h=69f73930f4cb7b6751ef98a01843fa829693994e;hb=206f8bfb286a1d67af997ad368ae0326505b95ad;hp=946628b167e6c76f8691b7ad2b0485abc5f44486;hpb=ce521e79fd7669b45c8c1132e4b5693a03b5d90a;p=lilypond.git diff --git a/input/regression/spacing-bar-stem.ly b/input/regression/spacing-bar-stem.ly index 946628b167..69f73930f4 100644 --- a/input/regression/spacing-bar-stem.ly +++ b/input/regression/spacing-bar-stem.ly @@ -1,23 +1,27 @@ + \header { -texidoc = "Downstem notes following a barline are + 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." } -sd = \property Voice.Stem \set #'direction = #-1 -su = \property Voice.Stem \set #'direction = #1 -\score { \notes\relative c'' -{ - -%\property Staff.StaffSpacing \override #'stem-spacing-correction = #10 -%\property Staff.NoteSpacing \override #'stem-spacing-correction = #10 -\time 1/4 \sd c4 \su c4 -\sd c4 \su c4 -\sd f c,4 c'4 cis4 \stemUp c4 +\version "2.14.0" +\layout{ + ragged-right = ##t } -\paper { linewidth = -1. } + + +\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 }