X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffinger-chords.ly;h=e04c2f460a171f2cb78f6c22a24d7bb909715d11;hb=e80bf02da133a03d26f648305e1d7ced532b3481;hp=38ab8b2aabce298a2ce77a0309b5cb7ef5fd535a;hpb=27867f6fb5200743ae18e9e54eb8176e20876b59;p=lilypond.git diff --git a/input/regression/finger-chords.ly b/input/regression/finger-chords.ly index 38ab8b2aab..e04c2f460a 100644 --- a/input/regression/finger-chords.ly +++ b/input/regression/finger-chords.ly @@ -1,35 +1,40 @@ -\version "1.7.18" + +\version "2.7.39" \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 = "With the new chord syntax, 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 - << c-1 e-3 g-5 >> 4 - << c-1 e-2 g-3 b-5 >> 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 } +