X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffinger-chords.ly;h=233a628b540e93e0e3c53bd40c5cb17ab744f4a9;hb=e885a8cabc8335f1c46c48e92d4048e9d258cd10;hp=352f1b0ade969ddaf2fd676f9b66ccf535a840f9;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/finger-chords.ly b/input/regression/finger-chords.ly index 352f1b0ade..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 - } -}