]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add regtest for markup in figured bass with extender lines
authorReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 8 Oct 2009 11:33:43 +0000 (13:33 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 8 Oct 2009 11:33:43 +0000 (13:33 +0200)
input/regression/figured-bass-extenders-markup.ly [new file with mode: 0644]

diff --git a/input/regression/figured-bass-extenders-markup.ly b/input/regression/figured-bass-extenders-markup.ly
new file mode 100644 (file)
index 0000000..18f4aeb
--- /dev/null
@@ -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>
+  }
+>>
+
+