X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-nice.ly;h=bc0f9c3310994e4cef76f4231a5652c256045a1d;hb=4c1b05d4d94f84248cce5a8a4c7ae58c2e04bf54;hp=00535f7bfd182df66d451d644fe697d489727523;hpb=8083c316e4cdb818e5ca3a00281ea8a4c575e80e;p=lilypond.git diff --git a/input/regression/slur-nice.ly b/input/regression/slur-nice.ly index 00535f7bfd..bc0f9c3310 100644 --- a/input/regression/slur-nice.ly +++ b/input/regression/slur-nice.ly @@ -1,25 +1,24 @@ -\version "1.7.18" + +\version "2.12.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') } -%% new-chords-done %%