X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fcontext-specced-music-iterator.cc;h=38f5549141d0c86780ceb8e423bfb5963dde3f78;hb=daf9c2c65d29cb29d1e895bc5e4f4f5f63a40924;hp=59b3ba907c9c58bf4e09968d7fa7aa420567feaf;hpb=d8082113a0df616e7beabc0417c3590a3fac7320;p=lilypond.git diff --git a/lily/context-specced-music-iterator.cc b/lily/context-specced-music-iterator.cc index 59b3ba907c..38f5549141 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--2006 Han-Wen Nienhuys + (c) 2002--2007 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);