Status: Accepted
Owner: ----
Labels: Type-Other
New issue 2799 by [email protected]: Footnote spanner is not fully
contained in parent spanner error
http://code.google.com/p/lilypond/issues/detail?id=2799
Reported by Trevor Daniels:
http://lists.gnu.org/archive/html/bug-lilypond/2012-08/msg00199.html
I think I'm running into the same kind of problems David experienced in
tackling issue 2547 - too many of the examples I devise to explain how
to use footnotes simply don't work as they should or at least as I expect.
Here's another example:
\book {
\header { tagline = ##f }
\relative c'' {
a4-\footnote #'(0 . 2) "Slur" (
b8-\footnote #'(1 . -2) "Beam" [
c-\footnote #'(1 . 1) "Tenuto" -- ]
d2)
}
}
This gives "Footnote spanner is not fully contained in parent spanner"
and 'bounds of this piece aren't breakable' programming errors.
Move the terminating slur one note earlier or add a further note at the
end and it works fine.
Why?
Trevor
Here is the output:
GNU LilyPond 2.17.1
Processing `bug.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
programming error: Spanner `FootnoteSpanner' is not fully contained in
parent spanner. Ignoring orphaned part
continuing, cross fingers
programming error: bounds of this piece aren't breakable.
continuing, cross fingers
Layout output to `bug.ps'...
Converting to `./bug.pdf'...
Success: compilation successfully completed