X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stem-bar.ly;h=aebc3f86f2f419b8b1315163bf5cd12b1f7f1db8;hb=26bb48ca73e9b8f4c0aeca0427eff8b7520b0731;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..aebc3f86f2 100644 --- a/input/regression/spacing-stem-bar.ly +++ b/input/regression/spacing-stem-bar.ly @@ -1,4 +1,5 @@ -\version "1.7.18" + +\version "2.4.0" \header { texidoc = "Upstem notes before a barline are printed with some extra @@ -7,13 +8,13 @@ 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' +sd = \override Stem #'direction = #-1 +su = \override Stem #'direction = #1 +\score { \relative e' { -%\property Staff.StaffSpacing \override #'stem-spacing-correction = #0.5 -%\property Staff.NoteSpacing \override #'stem-spacing-correction = #0.5 +%\override Staff.StaffSpacing #'stem-spacing-correction = #0.5 +%\override Staff.NoteSpacing #'stem-spacing-correction = #0.5 \time 3/8 \su @@ -23,6 +24,6 @@ a a a c c c e e e } -\paper { raggedright = ##t} +\layout { raggedright = ##t} } -%% new-chords-done %% +