]> git.donarmstrong.com Git - lilypond.git/commit
Fix 65.
authorJoe Neeman <joeneeman@gmail.com>
Wed, 4 Jun 2008 13:11:32 +0000 (23:11 +1000)
committerJoe Neeman <joeneeman@gmail.com>
Wed, 4 Jun 2008 14:07:04 +0000 (00:07 +1000)
commit52981e6e7d59d72f61f6618dd7e6ba40a5559d9e
tree7cbc9113e6d05bda79ccf6ad27b29cc69ed8a6b5
parent97084ed6551800309bb42a42e88fd693f6dee518
Fix 65.

Use the accepts_list_ of a context (not just the accepts_list_ of the
associated context def) to determine which children may be added to a
context. This allows the accepts list to be modified using \with
instead of just in \layout.
lily/context-def.cc
lily/context.cc
lily/include/context-def.hh
lily/include/context.hh
lily/output-def.cc