X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffinger-chords.ly;h=c22bf7f3035e5cfcf720cd54769e749a0de0f5ce;hb=31a3d86ea52318746f44600161e4dfad7db9366f;hp=42638ae56001161fec838e703089cdbd9b841626;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/finger-chords.ly b/input/regression/finger-chords.ly index 42638ae560..c22bf7f303 100644 --- a/input/regression/finger-chords.ly +++ b/input/regression/finger-chords.ly @@ -1,8 +1,8 @@ -\version "1.9.8" +\version "2.1.30" \header { -texidoc = "With the new chord syntax it's possible to associate +texidoc = "With the new chord syntax, it is possible to associate fingerings uniquely with notes. This makes horizontal fingering much easier to process." @@ -16,19 +16,22 @@ easier to process." %% input order is not 1 2 3 , output is. 4 - \property Voice.fingeringOrientations = #'(left) + \set fingeringOrientations = #'(left) < c-1 e-2 g-3 b-5 > 4 - \property Voice.fingeringOrientations = #'(down left) + \set fingeringOrientations = #'(down left) < c-1 e-2 g-3 b-5 > 4 - \property Voice.fingeringOrientations = #'(down left up) + \set fingeringOrientations = #'(down left up) < c-1 e-2 g-3 b-5 > 4 - \property Voice.fingeringOrientations = #'(up left) + \once \override Fingering #'staff-padding = #'() < c-1 e-2 g-3 b-5 > 4 - \property Voice.fingeringOrientations = #'(right) + \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