Hi,
When I compile this file, I get the following output:
GNU LilyPond 2.19.83
Processing `bug.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
programming error: no broken bound
continuing, cross fingers
programming error: no broken bound
continuing, cross fingers
Layout output to `/tmp/lilypond-a9iMrK'...
Converting to `bug.pdf'...
Deleting `/tmp/lilypond-a9iMrK'...
Success: compilation successfully completed
The result looks good, though.
Martin Castillo
bug.ly:
\version "2.19.83"
\language "deutsch"
tone = { g''1 }
\new PianoStaff <<
\new Staff \relative c {
\tone
}
\new Staff {
\ottava #-1 % <- this seems to be part of the problem
#(mmrest-of-length tone)
}
>>
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond