]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-bass-figures.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / page-spacing-bass-figures.ly
diff --git a/input/regression/page-spacing-bass-figures.ly b/input/regression/page-spacing-bass-figures.ly
new file mode 100644 (file)
index 0000000..481892a
--- /dev/null
@@ -0,0 +1,19 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "@var{alignment-distances} applies to the toplevel
+VerticalAlignment but not to BassFigureAlignment.  The 4 in
+the bass figure line should be directly below the 6."
+}
+
+\score {
+ <<
+   \new Staff {
+     \overrideProperty #"Score.NonMusicalPaperColumn"
+     #'line-break-system-details #'((alignment-distances . (15)))
+     c'4
+   }
+   \new Staff <<
+     { d'4 }
+     \figures { <6 4>4 } >> >>
+ }