[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue 1490 in lilypond: Page labelling fails between barlines and on \ba
From: |
lilypond |
Subject: |
Issue 1490 in lilypond: Page labelling fails between barlines and on \bar "" |
Date: |
Sun, 23 Jan 2011 23:43:01 +0000 |
Status: Started
Owner: address@hidden
Labels: Type-Defect Priority-High
New issue 1490 by address@hidden: 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Issue 1490 in lilypond: Page labelling fails between barlines and on \bar "",
lilypond <=