X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffinger-chords.ly;h=ba89ec62336f06c65f99c45121f88ef818115775;hb=90220594547127a65e0e2b91e45f4a1fa9ca0c5a;hp=b618d963652923b5f561b67bb5c929231799785d;hpb=49428cfe64483bc706da930d4e24d16166d8e79a;p=lilypond.git diff --git a/input/regression/finger-chords.ly b/input/regression/finger-chords.ly index b618d96365..ba89ec6233 100644 --- a/input/regression/finger-chords.ly +++ b/input/regression/finger-chords.ly @@ -1,15 +1,15 @@ -\version "2.6.0" +\version "2.16.0" \header { - texidoc = "With the new chord syntax, it is possible to associate + texidoc = "It is possible to associate fingerings uniquely with notes. This makes it possible to add -horizontal fingerings to notes. - +horizontal fingerings to notes. Fingering clears stems and flags +if @code{'add-stem-support} is set. " } -\layout { raggedright= ##t } +\layout { ragged-right= ##t } @@ -26,11 +26,18 @@ horizontal fingerings to notes. \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 = #'(up right) + < c-1 e-2 g-3 b-5 > 4. \set fingeringOrientations = #'(right) - < c-1 e-2 g-3 b-5 > 4 + < c-1 e-2 g-3 b-5 > 8 + + \override Fingering #'add-stem-support = ##t + \set fingeringOrientations = #'(up right) + < c-1 e-2 g-3 b-5 > 4. + + \set fingeringOrientations = #'(right) + < c-1 e-2 g-3 b-5 > 8 }