X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-bar-stem.ly;h=f8d26b6abffd521b79e32f46e20d88aae6cdcce6;hb=75cda540fbd6de6d992170922c8056308d99f250;hp=a9d7fb09c62ca0d77e0bfb351b4ed44dd31b5340;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/spacing-bar-stem.ly b/input/regression/spacing-bar-stem.ly index a9d7fb09c6..f8d26b6abf 100644 --- a/input/regression/spacing-bar-stem.ly +++ b/input/regression/spacing-bar-stem.ly @@ -1,7 +1,7 @@ -\version "2.3.4" +\version "2.7.13" \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. @@ -9,18 +9,18 @@ Accidentals after the barline get some space as well. " } -sd = \override Stem #'direction = #-1 -su = \override Stem #'direction = #1 -\score { \relative c'' +\layout { raggedright = ##t} + +\relative c'' { -%\override Staff.StaffSpacing #'stem-spacing-correction = #10 -%\override Staff.NoteSpacing #'stem-spacing-correction = #10 + %%\override Staff.StaffSpacing #'stem-spacing-correction = #10 + %%\override Staff.NoteSpacing #'stem-spacing-correction = #10 -\time 1/4 \sd c4 \su c4 -\sd c4 \su c4 -\sd f c,4 c'4 cis4 \stemUp c4 -} -\paper { raggedright = ##t} + \time 1/4 \stemDown c4 \stemUp c4 + \stemDown c4 \stemUp c4 + \stemDown f c,4 c'4 cis4 \stemUp c4 } + +