]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-label-loose-column.ly
Fix #1490: Allow page labels on loose columns.
[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 \markuplines \table-of-contents
10
11 \relative c' {
12   c2 \tocItem "Mid-line" c^"mid"
13   c1
14   \bar ""
15   \tocItem "Empty bar line"
16   c1^"empty"
17 }