X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcontext-specced-music-iterator.cc;h=bb8851f5b2dddee7c2015413db53170033f8f0f0;hb=0ed6c4f5d241424be86f34fda2cc298932cb37b0;hp=fc4f35d666d11a6d55d38ee4084db131abd35e96;hpb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;p=lilypond.git diff --git a/lily/context-specced-music-iterator.cc b/lily/context-specced-music-iterator.cc index fc4f35d666..bb8851f5b2 100644 --- a/lily/context-specced-music-iterator.cc +++ b/lily/context-specced-music-iterator.cc @@ -4,7 +4,7 @@ source file of the GNU LilyPond music typesetter - (c) 2002--2007 Han-Wen Nienhuys + (c) 2002--2009 Han-Wen Nienhuys */ #include "music-wrapper-iterator.hh" @@ -32,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);