]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix regression test for #1490.
authorNeil Puttock <n.puttock@gmail.com>
Tue, 22 Feb 2011 01:21:47 +0000 (01:21 +0000)
committerNeil Puttock <n.puttock@gmail.com>
Tue, 22 Feb 2011 01:22:58 +0000 (01:22 +0000)
input/regression/page-label-loose-column.ly

index 9855ea9f5e8a53c823cef6cf9227b8592ff587ed..7d120e41413b05ac1f1a1bc5192b9fe415f3c2eb 100644 (file)
@@ -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 {
+  \markuplines \table-of-contents
+
+  \relative c' {
+    c2 \tocItem "Mid-line" c^"mid"
+    c1
+    \bar ""
+    \tocItem "Empty bar line"
+    c1^"empty"
+  }
 }