]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/figured-bass-extenders-markup.ly
resolve merge
[lilypond.git] / input / regression / figured-bass-extenders-markup.ly
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..720dfaf
--- /dev/null
@@ -0,0 +1,27 @@
+\version "2.14.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>
+  }
+>>