]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-label-loose-column.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / page-label-loose-column.ly
diff --git a/input/regression/page-label-loose-column.ly b/input/regression/page-label-loose-column.ly
new file mode 100644 (file)
index 0000000..4ecc672
--- /dev/null
@@ -0,0 +1,21 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "Page labels on loose columns are not ignored: this includes both mid-line
+unbreakable columns which only contain labels and columns with empty bar lines (and no other
+break-aligned grobs)."
+}
+
+#(set-default-paper-size "a6")
+
+\book {
+  \markuplines \table-of-contents
+
+  \relative c' {
+    c2 \tocItem "Mid-line" c^"mid"
+    c1
+    \bar ""
+    \tocItem "Empty bar line"
+    c1^"empty"
+  }
+}