X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffinger-chords.ly;h=3b966ebd72703247ce18a11e5867f598c9fa7dc6;hb=0ef916567cbdf84627f6d35e33390457703f53b5;hp=c6b0e85be4ed31d742b1a72d3331b98f35b51ebf;hpb=29117fbb5e6c213cbd220dbf45abd3c7fea2feb5;p=lilypond.git diff --git a/input/regression/finger-chords.ly b/input/regression/finger-chords.ly index c6b0e85be4..3b966ebd72 100644 --- a/input/regression/finger-chords.ly +++ b/input/regression/finger-chords.ly @@ -1,36 +1,40 @@ -\version "1.7.18" + +\version "2.10.0" \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. + +" } - \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 left) + < c-1 e-2 g-3 b-5 > 4 + + \set fingeringOrientations = #'(right) + < c-1 e-2 g-3 b-5 > 4 } +