X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-scoring.ly;h=ad203049842216e222116707a2ccfb4a80ac25fa;hb=13da8b27aabc5d5a752d00ed1e2b99ad20f0f264;hp=67193f4a0c78fc34da446f57d25da4ec1b1562a0;hpb=f418c40c03fcee08a35e5b1dae8d0d3b9e996b64;p=lilypond.git diff --git a/input/regression/slur-scoring.ly b/input/regression/slur-scoring.ly index 67193f4a0c..ad20304984 100644 --- a/input/regression/slur-scoring.ly +++ b/input/regression/slur-scoring.ly @@ -7,22 +7,19 @@ one big file, since changing one score parameter for one situation may affect several other situations. - Tunable parameters are in @file{scm/slur.scm}. + Tunable parameters are in @file{scm/@/slur.scm}. " } -\version "2.4.0" +\version "2.17.6" \layout { - raggedright = ##t + ragged-right = ##t % #(define debug-slur-scoring #t) } -%% help lilypond-book -%% \score +\relative c'' { -\relative { - \grace e=''16( d8.[) c16] d=''8.[ \grace f16( e16)] s2 @@ -31,20 +28,20 @@ {r8 r r } >> \new Voice { \voiceOne b='8[ c16( d]) } - g='8[( a b b! ] c4 bes) + g,='8[( a b b! ] c4 bes) bes='8( f' des bes) as4( bes) r8 d( f e d c b a) - cis=''4( d) f'=''16( e) d( c) + cis=''4( d) f=''16( e) d( c) s4 - - c'=''2(~c8 d16 c b8 a) - - 4 ( f ) f + + c=''2(~c8 d16 c b8 a) + + 4 ( f ) f ^( f ) f _( f ) _( g ) _( \stemDown g \stemNeutral ) - c,='^( c'' c) + c,='^( c'' c) c,,^( c'') c,,^( c') | b='2( a4) s4 @@ -57,22 +54,22 @@ | << { b='8[( c]) } \\ { b='8[( c]) }>> - + s2.| e4( dis4) - e4( dis4) - g='16( b d fis) - \clef bass a=8[ e16(f] g[ a b d,)] s4 | \break + e4( dis4) + g,='16( b d fis) + \clef bass a,,=8[ e16(f] g[ a b d,)] s4 | \break e=8[( f] g[ a b d,)] s4 | - + \clef treble \new Voice { \slurDown - c=''4(^"slurs forced down" d, c') s4 + c''=''4(^"slurs forced down" d, c') s4 f=''2( d4 f | g c a f | d c f2 | f1) | } -% \override Slur #'excentricity = #-2 +% \override Slur.eccentricity = #-2 c=''8 ( d[ b f d] a'[ c]) }