]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-label-loose-column.ly
Merge branch 'master' into translation
[lilypond.git] / input / regression / page-label-loose-column.ly
index 9855ea9f5e8a53c823cef6cf9227b8592ff587ed..a5925b51e0114bd72054a0f83f24bc5290397e50 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.51"
+\version "2.19.21"
 
 \header {
   texidoc = "Page labels on loose columns are not ignored: this includes both mid-line
@@ -6,12 +6,16 @@ unbreakable columns which only contain labels and columns with empty bar lines (
 break-aligned grobs)."
 }
 
-\markuplines \table-of-contents
+#(set-default-paper-size "a6")
 
-\relative c' {
-  c2 \tocItem "Mid-line" c^"mid"
-  c1
-  \bar ""
-  \tocItem "Empty bar line"
-  c1^"empty"
+\book {
+  \markuplist \table-of-contents
+
+  \relative {
+    c'2 \tocItem "Mid-line" c^"mid"
+    c1
+    \bar ""
+    \tocItem "Empty bar line"
+    c1^"empty"
+  }
 }