]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-label-loose-column.ly
Run update-with-convert-ly
[lilypond.git] / input / regression / page-label-loose-column.ly
index 9855ea9f5e8a53c823cef6cf9227b8592ff587ed..6e0dadd0e5a82669da0b361d8f2ebc9a5b1ea122 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.51"
+\version "2.15.17"
 
 \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' {
+    c2 \tocItem "Mid-line" c^"mid"
+    c1
+    \bar ""
+    \tocItem "Empty bar line"
+    c1^"empty"
+  }
 }