X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fcontext-specced-music-iterator.cc;h=38f5549141d0c86780ceb8e423bfb5963dde3f78;hb=f514e24c0f2021ab2e8667dedb6f85ac44eaccd5;hp=fc4f35d666d11a6d55d38ee4084db131abd35e96;hpb=16cb456cabf477f6d398ff731aa0f10b60913394;p=lilypond.git diff --git a/lily/context-specced-music-iterator.cc b/lily/context-specced-music-iterator.cc index fc4f35d666..38f5549141 100644 --- a/lily/context-specced-music-iterator.cc +++ b/lily/context-specced-music-iterator.cc @@ -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);