X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffinger-chords.ly;h=2c5c6b6972179842c172338accbf017cbfb3e4f2;hb=79c17e0eaedca79e5f7605f5b9f92db27c68e679;hp=3b966ebd72703247ce18a11e5867f598c9fa7dc6;hpb=aa3b078b76a1e8457388b022ff5d1fc0c4820d3b;p=lilypond.git diff --git a/input/regression/finger-chords.ly b/input/regression/finger-chords.ly index 3b966ebd72..2c5c6b6972 100644 --- a/input/regression/finger-chords.ly +++ b/input/regression/finger-chords.ly @@ -1,11 +1,11 @@ -\version "2.10.0" +\version "2.17.10" \header { texidoc = "It is possible to associate fingerings uniquely with notes. This makes it possible to add -horizontal fingerings to notes. - +horizontal fingerings to notes. Fingering defaults to not clearing +flags and stems unless there is a collision or a beam. " } @@ -23,14 +23,21 @@ horizontal fingerings to notes. \set fingeringOrientations = #'(down left up) < c-1 e-2 g-3 b-5 > 4 - \once \override Fingering #'staff-padding = #'() + \once \override Fingering.staff-padding = #'() < c-1 e-2 g-3 b-5 > 4 - \set fingeringOrientations = #'(up left) - < c-1 e-2 g-3 b-5 > 4 + \set fingeringOrientations = #'(up right) + < c-1 e-2 g-3 b-5 > 4. \set fingeringOrientations = #'(right) - < c-1 e-2 g-3 b-5 > 4 + < c-1 e-2 g-3 b-5 > 8 + + \override Fingering.add-stem-support = ##t + \set fingeringOrientations = #'(up right) + < c-1 e-2 g-3 b-5 > 4. + + \set fingeringOrientations = #'(right) + < c-1 e-2 g-3 b-5 > 8 }