lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Programming errors if closing beaming brace omitted


From: Marc Hohl
Subject: Re: Programming errors if closing beaming brace omitted
Date: Tue, 28 Aug 2012 20:30:06 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]