]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-label-loose-column.ly
7d120e41413b05ac1f1a1bc5192b9fe415f3c2eb
[lilypond.git] / input / regression / page-label-loose-column.ly
1 \version "2.13.51"
2
3 \header {
4   texidoc = "Page labels on loose columns are not ignored: this includes both mid-line
5 unbreakable columns which only contain labels and columns with empty bar lines (and no other
6 break-aligned grobs)."
7 }
8
9 #(set-default-paper-size "a6")
10
11 \book {
12   \markuplines \table-of-contents
13
14   \relative c' {
15     c2 \tocItem "Mid-line" c^"mid"
16     c1
17     \bar ""
18     \tocItem "Empty bar line"
19     c1^"empty"
20   }
21 }