Status: Started
Owner: [email protected]
Labels: Type-Defect Priority-High
New issue 1490 by [email protected]: Page labelling fails between
barlines and on \bar ""
http://code.google.com/p/lilypond/issues/detail?id=1490
In the following snippet, both labels fail: the first due to its paper
column being pruned (it's considered unused, despite the label setting),
the second being an empty barline (a loose column if unbroken).
\version "2.13.47"
\markuplines \table-of-contents
\relative c' {
c2 \tocItem "First" c
c1
\bar ""
\tocItem "Second"
c1
}
Attachments:
labelling-bug.png 4.7 KB
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond