X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-nice.ly;h=1aab761c28d33c8b59678988d207765e20e9c0db;hb=af60e9b57f205a3c2e044ac8db351b42ef3e26ad;hp=7bb2b4c834768dc359cba91c87005ee2679da2af;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/slur-nice.ly b/input/regression/slur-nice.ly index 7bb2b4c834..1aab761c28 100644 --- a/input/regression/slur-nice.ly +++ b/input/regression/slur-nice.ly @@ -1,26 +1,24 @@ -\version "1.9.8" +\version "2.14.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 - } +\layout{ + line-width = 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') +}