bug-lilypond
[Top][All Lists]
Advanced

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

Re: Aw: Re: [musicxml2ly] handling empty staffs


From: Aaron Hill
Subject: Re: Aw: Re: [musicxml2ly] handling empty staffs
Date: Sun, 09 Jun 2019 02:33:04 -0700
User-agent: Roundcube Webmail/1.3.8

On 2019-06-09 2:14 am, Florian Grundig wrote:
_______________________________________________
bug-lilypond mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Seems to be a case of the first context not being alive by the time the other notes come along. If you manually added some spacer rests of suitable length to the upper Staff...

%%%%
    \context Staff = "1" <<
      \mergeDifferentlyDottedOn \mergeDifferentlyHeadedOn
      { s1*2 } %% Keeping context alive.
    >>
%%%%

...then the output appears correct.

Not sure how this helps with musicxml2ly though. Is it capable of computing the length of music to be able to insert such spacer rests automatically? Or is there some way to link two contexts together so that they keep each other alive without needing manual intervention?


-- Aaron Hill



reply via email to

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