X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffinger-chords.ly;h=2c5c6b6972179842c172338accbf017cbfb3e4f2;hb=03903634a20ae38366df912a41a4c0887a81d2cc;hp=cc33d02bac7fd9727a053bcad12742af79c1f0f8;hpb=0ba15dacf827fa96745ac15c449b45fb0b4c11bd;p=lilypond.git diff --git a/input/regression/finger-chords.ly b/input/regression/finger-chords.ly index cc33d02bac..2c5c6b6972 100644 --- a/input/regression/finger-chords.ly +++ b/input/regression/finger-chords.ly @@ -1,40 +1,47 @@ -\version "2.4.0" +\version "2.17.10" \header { -texidoc = "With the new chord syntax, it is possible to associate + 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. " } - \layout { raggedright= ##t } +\layout { ragged-right= ##t } + + +\relative c'{ + \set fingeringOrientations = #'(left) + < c-1 e-2 g-3 b-5 > 4 -\score { - \relative c'{ - \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 - \set fingeringOrientations = #'(down 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 up) - < c-1 e-2 g-3 b-5 > 4 + \once \override Fingering.staff-padding = #'() + < 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 = #'(up 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 > 8 - \set fingeringOrientations = #'(right) - < c-1 e-2 g-3 b-5 > 4 + \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 - } } +