X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-nice.ly;h=5952a72d422abdd3d3a96586dc79f4af5e5136fd;hb=d99aa3d1b8125a66138b5ffd7be359314d5a618a;hp=de784d1ef9e841168a822507cd1599189ee2f7b1;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/slur-nice.ly b/input/regression/slur-nice.ly index de784d1ef9..5952a72d42 100644 --- a/input/regression/slur-nice.ly +++ b/input/regression/slur-nice.ly @@ -1,26 +1,26 @@ -#(ly:set-option 'old-relative) -\version "1.9.0" + +\version "2.7.32" \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 +} +