X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stem-bar.ly;h=6688f4f3d0bd40575e817235b39a08c8256c4696;hb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;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..6688f4f3d0 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.3.4" \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 @@ -25,4 +26,4 @@ e e e } \paper { raggedright = ##t} } -%% new-chords-done %% +