X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcontext-specced-music-iterator.cc;h=38f5549141d0c86780ceb8e423bfb5963dde3f78;hb=cb735173098378b0fd952a2d33fc8b03dedcd5cb;hp=86342a5eb422722976d8155ae43d0ffb5af758e9;hpb=40e563210ec7bdedfbdc629056a062e4b6d72de2;p=lilypond.git diff --git a/lily/context-specced-music-iterator.cc b/lily/context-specced-music-iterator.cc index 86342a5eb4..38f5549141 100644 --- a/lily/context-specced-music-iterator.cc +++ b/lily/context-specced-music-iterator.cc @@ -4,11 +4,13 @@ source file of the GNU LilyPond music typesetter - (c) 2002--2006 Han-Wen Nienhuys + (c) 2002--2007 Han-Wen Nienhuys */ #include "music-wrapper-iterator.hh" #include "context.hh" +#include "music.hh" + class Context_specced_music_iterator : public Music_wrapper_iterator { @@ -30,7 +32,7 @@ Context_specced_music_iterator::construct_children () Context *a = 0; - if (to_boolean (get_music()->get_property ("create-new"))) + if (to_boolean (get_music ()->get_property ("create-new"))) a = get_outlet ()->create_unique_context (ct, c_id, ops); else a = get_outlet ()->find_create_context (ct, c_id, ops);