]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/nested-fill-lines.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / nested-fill-lines.ly
diff --git a/input/regression/nested-fill-lines.ly b/input/regression/nested-fill-lines.ly
new file mode 100644 (file)
index 0000000..f4236ea
--- /dev/null
@@ -0,0 +1,16 @@
+\version "2.14.0"
+
+\header
+{
+
+  texidoc = "
+Nested fill-lines should work properly.  In this example, both occurences
+of FOO should be centered.
+
+"
+  title = \markup \column {
+    \fill-line { "|FOO|" }
+    \fill-line { \fill-line { "|FOO|" } }
+  }
+}
+\score {c''}