X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-nice.ly;h=a1f834e88b5c2509b721da60a1a93c623cbebc12;hb=dba74005fde4b6aa018041e159a0bb770b8fb2ac;hp=6bfe231ccb55dc2f02f94094f195a0016dcce534;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/slur-nice.ly b/input/regression/slur-nice.ly index 6bfe231ccb..a1f834e88b 100644 --- a/input/regression/slur-nice.ly +++ b/input/regression/slur-nice.ly @@ -1,26 +1,24 @@ -\version "2.6.0" +\version "2.11.51" \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{ - \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{ - 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') +}