Rune Zedeler writes:
> > In software there's no such thing as a temporary solution.
>
> Quoting the changelog:
>
> 1.3.142.rz1
Yes, that's what I mean. We often plan for things to be temporary ;-)
> Yes.
> But then A-B-C-A loops will still not be detected. Testing for
> A-B-C-A-loops is also
Jan Nieuwenhuizen skrev:
In software there's no such thing as a temporary solution.
Quoting the changelog:
1.3.142.rz1
===
* Added "hacky" drum notation/midi. See input/tricks/drums.ly and
ly/drumpitch.ly. Moved midi-instruments to scm.
* Added temporary nested staffgroups/choirst
On 10/29/07, Rune Zedeler <[EMAIL PROTECTED]> wrote:
> Back in 2001 I made a patch to allow for nested StaffGroups.
> Unfortunately the introduced cycle in the context-hierarchy introduced a
> infinite loop in lilypond, leading to a stack overflow.
> I therefore replaced the nested StaffGroups with
Back in 2001 I made a patch to allow for nested StaffGroups.
Unfortunately the introduced cycle in the context-hierarchy introduced a
infinite loop in lilypond, leading to a stack overflow.
I therefore replaced the nested StaffGroups with StaffGroup and
InnerStaffGroup - as some sort of temporar