X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffinger-chords.ly;fp=input%2Fregression%2Ffinger-chords.ly;h=2c5c6b6972179842c172338accbf017cbfb3e4f2;hb=0ac07f31e0f95fc18e5916ce756b9c746af7cc58;hp=ba89ec62336f06c65f99c45121f88ef818115775;hpb=2f1263e2ccdddcac2eb9f7d8ce2ed92867d3d160;p=lilypond.git diff --git a/input/regression/finger-chords.ly b/input/regression/finger-chords.ly index ba89ec6233..2c5c6b6972 100644 --- a/input/regression/finger-chords.ly +++ b/input/regression/finger-chords.ly @@ -1,11 +1,11 @@ -\version "2.16.0" +\version "2.17.10" \header { texidoc = "It is possible to associate fingerings uniquely with notes. This makes it possible to add -horizontal fingerings to notes. Fingering clears stems and flags -if @code{'add-stem-support} is set. +horizontal fingerings to notes. Fingering defaults to not clearing +flags and stems unless there is a collision or a beam. " } @@ -23,7 +23,7 @@ if @code{'add-stem-support} is set. \set fingeringOrientations = #'(down left up) < c-1 e-2 g-3 b-5 > 4 - \once \override Fingering #'staff-padding = #'() + \once \override Fingering.staff-padding = #'() < c-1 e-2 g-3 b-5 > 4 \set fingeringOrientations = #'(up right) @@ -32,7 +32,7 @@ if @code{'add-stem-support} is set. \set fingeringOrientations = #'(right) < c-1 e-2 g-3 b-5 > 8 - \override Fingering #'add-stem-support = ##t + \override Fingering.add-stem-support = ##t \set fingeringOrientations = #'(up right) < c-1 e-2 g-3 b-5 > 4.