]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/figured-bass-continuation-end-position.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / figured-bass-continuation-end-position.ly
diff --git a/input/regression/figured-bass-continuation-end-position.ly b/input/regression/figured-bass-continuation-end-position.ly
new file mode 100644 (file)
index 0000000..4901303
--- /dev/null
@@ -0,0 +1,18 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "Figured bass extender for figures of different width (e.g. with
+alteration or two-digit figures) should still stop at the same position."
+
+}
+
+\figures {
+  \set useBassFigureExtenders = ##t
+  \set figuredBassAlterationDirection = #RIGHT
+  <6 5+ 3>4.
+  <6 5+ 2>4.
+  r4
+  <12 5>4.
+  <12 5>4.
+  r4
+}
\ No newline at end of file