]> git.donarmstrong.com Git - lilypond.git/commit
Allow for nested contexts of any depth.
authorNeil Puttock <n.puttock@gmail.com>
Sun, 16 Nov 2008 00:58:06 +0000 (00:58 +0000)
committerNeil Puttock <n.puttock@gmail.com>
Sun, 16 Nov 2008 17:43:28 +0000 (17:43 +0000)
commit432f8eedc35f0fa3efd570d66f185a02928adbfa
tree26d4c7028bf5a00d11d185cf7a4fe7675401a1e6
parent41d65e4c79205ff93b44e915607b55856c14a365
Allow for nested contexts of any depth.

Use a set to keep track of visited contexts.
Remove InnerChoirStaff and InnerStaffGroup.
Add convert-ly rules, News entry and regtest.
Documentation/topdocs/NEWS.tely
input/regression/context-nested-staffgroup.ly [new file with mode: 0644]
lily/context-def.cc
lily/include/context-def.hh
ly/engraver-init.ly
python/convertrules.py
scripts/musicxml2ly.py