X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fslur-nice.ly;h=bb35666906ac036510f3dd6c875311cb20d6abed;hb=e3fa24f095381f36fdc5fa17494ec16b5cd18fe8;hp=c02acfa09396ee283bbb10f28930cf97d122875b;hpb=15e565fef41ab50d140c3028bc6d9cff1a43a56a;p=lilypond.git diff --git a/input/regression/slur-nice.ly b/input/regression/slur-nice.ly index c02acfa093..bb35666906 100644 --- a/input/regression/slur-nice.ly +++ b/input/regression/slur-nice.ly @@ -1,25 +1,26 @@ -\version "1.7.16" + +\version "2.10.0" \header{ -texidoc=" + texidoc=" Slurs should look nice and symmetric. The curvature may increase only to avoid noteheads, and as little as possible. Slurs never run through noteheads or stems. " } -\score{ - \notes\relative c''{ - \time 3/4 - \slurUp - \stemBoth a ( \stemDown a \stemBoth a-) a( c a-) a( e' a,-) a( g' a,-) - \stemUp a( e' a,-) - \break - \slurDown - \stemBoth c ( \stemUp c \stemBoth c-) c ( a c-) c( d, c'-) c( f, c'-) - \stemDown c( f, c'-) - } - \paper{ - linewidth = 120.\mm - } + +\relative c''{ + \time 3/4 + \slurUp + \stemNeutral a ( \stemDown a \stemNeutral a) a( c a) a( e' a,) a( g' a,) + \stemUp a( e' a,) + \break + \slurDown + \stemNeutral c ( \stemUp c \stemNeutral c) c ( a c) c( d, c') c( f, c') + \stemDown c( f, c') +} +\layout{ + line-width = 120.\mm } -%% new-chords-done %% + +