X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stem-bar.ly;h=8c26d9d55984451643b6baa0abf49abb3c91db84;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=c0f92707aff0d7b42342cd87853bbc25b5de0373;hpb=8083c316e4cdb818e5ca3a00281ea8a4c575e80e;p=lilypond.git diff --git a/input/regression/spacing-stem-bar.ly b/input/regression/spacing-stem-bar.ly index c0f92707af..8c26d9d559 100644 --- a/input/regression/spacing-stem-bar.ly +++ b/input/regression/spacing-stem-bar.ly @@ -1,28 +1,27 @@ -\version "1.7.18" + +\version "2.19.21" \header { -texidoc = "Upstem notes before a barline are printed with some extra + texidoc = "Upstem notes before a barline are printed with some extra space. This is an optical correction similar to juxtaposed stems. " } -sd = \property Voice.Stem \set #'direction = #-1 -su = \property Voice.Stem \set #'direction = #1 -\score { \notes\relative e' -{ +\layout { ragged-right = ##t} -%\property Staff.StaffSpacing \override #'stem-spacing-correction = #0.5 -%\property Staff.NoteSpacing \override #'stem-spacing-correction = #0.5 -\time 3/8 -\su -e8 e e -f f f -a a a -c c c -e e e -} -\paper { raggedright = ##t} +\relative +{ + \override Score.PaperColumn.layer = #1 + \override Score.PaperColumn.stencil = #ly:paper-column::print + + + \time 2/8 + \stemUp + e'8[ e] + e'[ e] } -%% new-chords-done %% + + +