X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstem-spacing.ly;h=65a82867c0cb0dabeaac73fc45ffffbc8467bd5c;hb=6e9040684ec18353e138194d7a1d557acf791748;hp=c3dc9da16106ba7a2196caa428467a3d1a82fe44;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/stem-spacing.ly b/input/regression/stem-spacing.ly index c3dc9da161..65a82867c0 100644 --- a/input/regression/stem-spacing.ly +++ b/input/regression/stem-spacing.ly @@ -1,5 +1,5 @@ -\version "2.1.36" +\version "2.4.0" \header{ texidoc=" @@ -10,25 +10,25 @@ In this example, space for opposite pointed stems is adjusted. } \score { - \context Voice \notes\relative c { + \context Voice \relative c { \time 12/4 c''4 c c c a f' f, a } - \paper { + \layout { raggedright = ##t } } \score { - \context Voice \notes\relative c { + \context Voice \relative c { \time 12/4 c''4 c c c a f' f, a } - \paper { + \layout { raggedright = ##t - \context { \ScoreContext + \context { \Score \override SpacingSpanner #'stem-spacing-correction = #0.0 } } }