]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/figured-bass-durations.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / figured-bass-durations.ly
diff --git a/input/regression/figured-bass-durations.ly b/input/regression/figured-bass-durations.ly
new file mode 100644 (file)
index 0000000..54ed642
--- /dev/null
@@ -0,0 +1,29 @@
+\version "2.14.0"
+
+\header {
+
+  texidoc = "Bass figures and extenders shall also work correctly if the
+figure has a different duration than the bass note. In particular, if a
+timestep does not have a new figure (because the old figure still goes on),
+extenders should be drawn and not be reset.
+"
+
+}
+
+
+\paper { ragged-right = ##t }
+
+
+<<
+  \context Voice <<
+    {
+      \clef bass
+      c4 c c c | c c c c |
+    }
+    \figuremode {
+      <3>2 <3> \set Staff.useBassFigureExtenders = ##t <3> \set Staff.useBassFigureExtenders = ##f <3>
+    }
+  >>
+>>
+
+