X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffinger-chords.ly;h=16c56bb67afee77ff9e34c39617c0fc3f95d72c2;hb=564a25588396072a21c2c08abc5b5ce432a9ae42;hp=97bcbe1146ec05a07f6465b013a39d33caecbb1a;hpb=0afbca9d16e35aaa0602d088ec7d57ed25008870;p=lilypond.git diff --git a/input/regression/finger-chords.ly b/input/regression/finger-chords.ly index 97bcbe1146..16c56bb67a 100644 --- a/input/regression/finger-chords.ly +++ b/input/regression/finger-chords.ly @@ -1,26 +1,40 @@ + +\version "2.11.51" \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. -} +" -\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.fingersHorizontal = ##t - << c-1 e-3 g-5 >> 4 - \property Voice.fingersHorizontal = ##t - << 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 } + + + + +