Am 22.08.2012 00:59, schrieb Nick Payne:
Not sure if this indicates an error in Lilypond, but if I forget the terminating brace when using manual beaming, then the log contains several "programming error" lines and the output contains noteheads without stems. Here I've commented out the closing brace:

\version "2.15.43"

\relative c'' {
    a8[ \grace { g16[ a] } g8 g c%]
}

I don't know whether this is still important, but from my
rather limited knowledge of lilypond's internals, the beam has to be
completed before the stems could be drawn (because the length of
the stems depends on the position of the beam), so when there is no
beam due to the missing "]", there can be no stems ...

Regards,

Marc


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to