]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-performer.cc
* buildscripts/analyse-cxx-log.py: new file. Read compile log to
[lilypond.git] / lily / staff-performer.cc
index e6ea5567d9b0dca6e0e33c96ac31e733e7d281d6..77770cab3cc3c47f3f1095f2aff6c177e32a7144 100644 (file)
@@ -101,7 +101,7 @@ Staff_performer::stop_translation_timestep ()
 {
   SCM proc = ly_lily_module_constant ("percussion?");
 
-  SCM drums = scm_call_1 (proc, ly_symbol2scm (instrument_string_.to_str0 ()));
+  SCM drums = scm_call_1 (proc, ly_symbol2scm (instrument_string_.c_str ()));
   audio_staff_->channel_ = (drums == SCM_BOOL_T ? 9 : -1);
   if (name_)
     {