From fc775edde841898c6be91326bd7319047843ef41 Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Mon, 21 Jan 2013 15:07:40 +0000 Subject: [PATCH] Removes incorrect issue This problem has not existed since 2.13.30, so I'm deleting the documentation associated with it. --- Documentation/notation/chords.itely | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/Documentation/notation/chords.itely b/Documentation/notation/chords.itely index 6b092e1dab..6660a201f2 100644 --- a/Documentation/notation/chords.itely +++ b/Documentation/notation/chords.itely @@ -1162,31 +1162,3 @@ the bass line. } >> @end lilypond - -When using extender lines, adjacent figures with the same number in -a different figure location can cause the figure positions to invert. - -@lilypond[verbatim,ragged-right,quote,relative=1] -<< - { fis4 g g, e' } - \figures { - \bassFigureExtendersOn - <6 5>4 <5\! 4> < 5 _!> <6> - } ->> -@end lilypond - -To avoid this problem, simply turn on extenders after the figure that -begins the extender line and turn them off at the end of the extender line. - -@lilypond[verbatim,ragged-right,quote,relative=1] -<< - { fis4 g g, e' } - \figures { - <6 5>4 <5 4> - \bassFigureExtendersOn - < 5 _!>4 <6> - \bassFigureExtendersOff - } ->> -@end lilypond -- 2.39.5