X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-bar-stem.ly;h=59b8fa956a0a5fecbb2c41757e518b4cb3700116;hb=7053fd587f748b6ea41c1bdb172b7f92c11f7748;hp=814c8d691e5c5d5515ab1674f904ce6a0efe3cd9;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/spacing-bar-stem.ly b/input/regression/spacing-bar-stem.ly index 814c8d691e..59b8fa956a 100644 --- a/input/regression/spacing-bar-stem.ly +++ b/input/regression/spacing-bar-stem.ly @@ -1,26 +1,27 @@ -\version "2.4.0" \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 = \override Stem #'direction = #-1 -su = \override Stem #'direction = #1 -\score { \relative c'' -{ -%\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 -} -\layout { raggedright = ##t} +\version "2.11.10" +\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 +}