From: Reinhold Kainhofer Date: Thu, 8 Oct 2009 11:33:43 +0000 (+0200) Subject: Add regtest for markup in figured bass with extender lines X-Git-Tag: release/2.13.6-1~44 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2ae2e566cff65deeb0995f81ba6b815212ee0ce8;p=lilypond.git Add regtest for markup in figured bass with extender lines --- diff --git a/input/regression/figured-bass-extenders-markup.ly b/input/regression/figured-bass-extenders-markup.ly new file mode 100644 index 0000000000..18f4aebe48 --- /dev/null +++ b/input/regression/figured-bass-extenders-markup.ly @@ -0,0 +1,31 @@ +\version "2.12.0" + +\header { + + + texidoc = "When using extender lines in FiguredBass, markup objects should +be treated like ordinary figures and work correctly with extender lines. + +Extenders should only be used if the markup is really identical." + +} + + +\paper { ragged-right = ##t } + + +<< + \context Voice { + c'4 c' c' c' + c' c' c' c' + } + \figures { + \bassFigureExtendersOn + <6>4 <\markup{"Text"}> s <\markup{\draw-circle #0.7 #0.1 ##f }> | + <\markup{\draw-circle #0.7 #0.1 ##f } 5> + <\markup{\draw-circle #0.5 #0.1 ##t }> + <\markup{\draw-circle #0.7 #0.1 ##t }> <6> + } +>> + +