X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Ffinger-chords.ly;h=bf000a70618166cab12c8f168b8a509848ed8d01;hb=0c289671d105bea58592607cb508aef59aee882b;hp=a217be2aa547de5ca383a1678c0ad83a0b6007cc;hpb=49be49dd2e86c0d654e2032a57fd5072d0ad7dcb;p=lilypond.git diff --git a/input/regression/finger-chords.ly b/input/regression/finger-chords.ly index a217be2aa5..bf000a7061 100644 --- a/input/regression/finger-chords.ly +++ b/input/regression/finger-chords.ly @@ -1,44 +1,39 @@ -\version "2.1.22" +\version "2.10.0" \header { -texidoc = "With the new chord syntax, it is possible to associate -fingerings uniquely with notes. This makes horizontal fingering much -easier to process." - -} - \paper { raggedright= ##t } + 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. +" -\score { - \notes \relative c'{ +} +\layout { ragged-right= ##t } - %% input order is not 1 2 3 , output is. - 4 - \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 +\relative c'{ + \set fingeringOrientations = #'(left) + < c-1 e-2 g-3 b-5 > 4 - \set fingeringOrientations = #'(down left up) - < c-1 e-2 g-3 b-5 > 4 + \set fingeringOrientations = #'(down left) + < 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 = #'(down left up) + < c-1 e-2 g-3 b-5 > 4 - \set fingeringOrientations = #'(up left) - < 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 = #'(right) - < 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 - } -}