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