]> git.donarmstrong.com Git - lilypond.git/commitdiff
Removes incorrect issue
authorPhil Holmes <mail@philholmes.net>
Mon, 21 Jan 2013 15:07:40 +0000 (15:07 +0000)
committerPhil Holmes <mail@philholmes.net>
Mon, 21 Jan 2013 21:49:15 +0000 (21:49 +0000)
This problem has not existed since 2.13.30,
so I'm deleting the documentation associated
with it.

Documentation/notation/chords.itely

index 6b092e1dabe27d633f9f1772f630f67964e066be..6660a201f2b02e104eac6106ffd625221f5c883a 100644 (file)
@@ -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