X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffinger-chords.ly;h=233a628b540e93e0e3c53bd40c5cb17ab744f4a9;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=d7684f77c9f96663f0492e533470c03eb761153f;hpb=1395665466e349117f251da681262bd56c44d04e;p=lilypond.git diff --git a/input/regression/finger-chords.ly b/input/regression/finger-chords.ly index d7684f77c9..233a628b54 100644 --- a/input/regression/finger-chords.ly +++ b/input/regression/finger-chords.ly @@ -1,44 +1,39 @@ -\version "2.1.22" +\version "2.14.0" \header { -texidoc = "With the new chord syntax it's possible to associate -fingerings uniquely with notes. This makes horizontal fingering much -easier to process." - -} - \paper { raggedright= ##t } + texidoc = "It is possible to associate +fingerings uniquely with notes. This makes it possible to add +horizontal fingerings to notes. +" -\score { - \notes \relative c'{ +} +\layout { ragged-right= ##t } - %% input order is not 1 2 3 , output is. - 4 - \set fingeringOrientations = #'(left) - < c-1 e-2 g-3 b-5 > 4 - \set fingeringOrientations = #'(down left) - < c-1 e-2 g-3 b-5 > 4 +\relative c'{ + \set fingeringOrientations = #'(left) + < c-1 e-2 g-3 b-5 > 4 - \set fingeringOrientations = #'(down left up) - < c-1 e-2 g-3 b-5 > 4 + \set fingeringOrientations = #'(down left) + < c-1 e-2 g-3 b-5 > 4 - \once \override Fingering #'staff-padding = #'() - < c-1 e-2 g-3 b-5 > 4 + \set fingeringOrientations = #'(down left up) + < c-1 e-2 g-3 b-5 > 4 - \set fingeringOrientations = #'(up left) - < c-1 e-2 g-3 b-5 > 4 + \once \override Fingering #'staff-padding = #'() + < c-1 e-2 g-3 b-5 > 4 - \set fingeringOrientations = #'(right) - < c-1 e-2 g-3 b-5 > 4 + \set fingeringOrientations = #'(up left) + < c-1 e-2 g-3 b-5 > 4 + \set fingeringOrientations = #'(right) + < c-1 e-2 g-3 b-5 > 4 - } -}