X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-bar-stem.ly;h=c35d683139b94401a1d88eeea4c2de8cdde74fb4;hb=bb91de5b7f8c4f753452730101c2422946067cc3;hp=90f247a2af697a1531d1bbbd951d0efc2b7978dc;hpb=72972afb27cf99f5ae432f4a1463d4f6de6107a0;p=lilypond.git diff --git a/input/regression/spacing-bar-stem.ly b/input/regression/spacing-bar-stem.ly index 90f247a2af..c35d683139 100644 --- a/input/regression/spacing-bar-stem.ly +++ b/input/regression/spacing-bar-stem.ly @@ -1,25 +1,27 @@ -\version "1.7.16" + \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.12.0" +\layout{ + ragged-right = ##t } -\paper { raggedright = ##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 } -%% new-chords-done %%