X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffinger-chords.ly;h=233a628b540e93e0e3c53bd40c5cb17ab744f4a9;hb=2055f35c47a045a50a01ff4dba8524322cfc3b48;hp=a573f0398882658a7f4e185c4819a287eaf61fab;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/finger-chords.ly b/input/regression/finger-chords.ly index a573f03988..233a628b54 100644 --- a/input/regression/finger-chords.ly +++ b/input/regression/finger-chords.ly @@ -1,44 +1,39 @@ -\version "2.3.16" +\version "2.14.0" \header { -texidoc = "With the new chord syntax, it is 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 { - \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 - } -}