X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Ffinger-chords.ly;h=2c5c6b6972179842c172338accbf017cbfb3e4f2;hb=7680952372689f3ce5674d47af42edfc475cface;hp=fb16e4ad923b490ac1bc21b971ad87db0b9f72bf;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/finger-chords.ly b/input/regression/finger-chords.ly index fb16e4ad92..2c5c6b6972 100644 --- a/input/regression/finger-chords.ly +++ b/input/regression/finger-chords.ly @@ -1,37 +1,47 @@ -#(ly:set-option 'old-relative) -\version "1.9.0" + +\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 } - - -\score { - \notes \relative c'{ - <> 4 - <> 4 - <> 4 - <> 4 - <> 4 - << c-1 e-3>> 4 - <> 4 - <> 4 - <> 4 - \property Voice.fingerHorizontalDirection = #LEFT - << c-1 es-3 g-5 >> 4 - \property Voice.fingerHorizontalDirection = #RIGHT - << c-1 e-2 g-3 b-5 >> 4-\arpeggio - \property Voice.fingerHorizontalDirection = #LEFT - << c_1 e-2 g-3 b^5 >> 4 - -} +\layout { ragged-right= ##t } + + + +\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 up) + < 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 = #'(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 } +