X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-nice.ly;h=05440de9809e331feef8735042a737d0a334908e;hb=c8c0de8af8eaeb60ac559207dfe953997552adc2;hp=05a688659c8fad1d56441d50f810e0b888f57b3e;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/slur-nice.ly b/input/regression/slur-nice.ly index 05a688659c..05440de980 100644 --- a/input/regression/slur-nice.ly +++ b/input/regression/slur-nice.ly @@ -1,26 +1,26 @@ -\version "2.1.7" +\version "2.7.39" \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 } +