X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Ffinger-chords.ly;h=2c5c6b6972179842c172338accbf017cbfb3e4f2;hb=121b05751a34e19400dfc5e380fed1d0bff5029e;hp=37ba338f6a963c3d785b27eeea7479f086ec473d;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/finger-chords.ly b/input/regression/finger-chords.ly index 37ba338f6a..2c5c6b6972 100644 --- a/input/regression/finger-chords.ly +++ b/input/regression/finger-chords.ly @@ -1,42 +1,47 @@ -\version "2.1.7" +\version "2.17.10" \header { -texidoc = "With the new chord syntax it's possible to associate -fingerings uniquely with notes. This makes horizontal fingering much -easier to process." + texidoc = "It is possible to associate +fingerings uniquely with notes. This makes it possible to add +horizontal fingerings to notes. Fingering defaults to not clearing +flags and stems unless there is a collision or a beam. +" } - \paper { raggedright= ##t } +\layout { ragged-right= ##t } -\score { - \notes \relative c'{ - %% input order is not 1 2 3 , output is. - 4 +\relative c'{ + \set fingeringOrientations = #'(left) + < c-1 e-2 g-3 b-5 > 4 - \property Voice.fingeringOrientations = #'(left) - < c-1 e-2 g-3 b-5 > 4 + \set fingeringOrientations = #'(down left) + < c-1 e-2 g-3 b-5 > 4 - \property Voice.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 - \property Voice.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 - \property Voice.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. - \property Voice.fingeringOrientations = #'(right) - < c-1 e-2 g-3 b-5 > 4 + \set fingeringOrientations = #'(right) + < 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 } +