1\version "2.16.0"
2
3\header {
4
5  texidoc = "When using extender lines in FiguredBass, markup objects should
6be treated like ordinary figures and work correctly with extender lines.
7
8Extenders should only be used if the markup is really identical."
9
10}
11
12
13\paper { ragged-right = ##t }
14
15<<
16  \context Voice {
17    c'4 c' c' c'
18    c' c' c' c'
19  }
20  \figures {
21    \bassFigureExtendersOn
22    <6>4 <\markup{"Text"}> s <\markup{\draw-circle #0.7 #0.1 ##f }> |
23    <\markup{\draw-circle #0.7 #0.1 ##f } 5>
24      <\markup{\draw-circle #0.5 #0.1 ##t }>
25      <\markup{\draw-circle #0.7 #0.1 ##t }> <6>
26  }
27>>
28