Re: Nested contexts - fix

2007-10-30 Thread Jan Nieuwenhuizen
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

Re: Nested contexts - fix

2007-10-29 Thread Rune Zedeler
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

Re: Nested contexts - fix

2007-10-29 Thread Trevor Bača
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

Nested contexts - fix

2007-10-28 Thread Rune Zedeler
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