]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/simultaneous-music-iterator.cc
* buildscripts/analyse-cxx-log.py: new file. Read compile log to
[lilypond.git] / lily / simultaneous-music-iterator.cc
index 33b5bc04728578be39b6bef05292c4228aa78bb5..16691c3e63170de25d9dfb7a5d7cc6d56fb115f2 100644 (file)
@@ -50,7 +50,7 @@ Simultaneous_music_iterator::construct_children ()
       /* if create_separate_contexts_ is set, create a new context with the
         number number as name */
 
-      SCM name = ly_symbol2scm (get_outlet ()->context_name ().to_str0 ());
+      SCM name = ly_symbol2scm (get_outlet ()->context_name ().c_str ());
       Context *t = (j && create_separate_contexts_)
        ? get_outlet ()->find_create_context (name, to_string (j), SCM_EOL)
        : get_outlet ();