]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-guile.cc
* lily/include/midi-item.hh (class Midi_track): idem.
[lilypond.git] / lily / lily-guile.cc
index 935846a8eca8bbba0ab5a1a32ae94dcaf4c07416..19fe4b0132f9fa87f3837f822e05935b5d4cb6a9 100644 (file)
@@ -373,7 +373,7 @@ parse_symbol_list (char const *symbols)
   string s = symbols;
   replace_all (s, '\n', ' ');
   replace_all (s, '\t', ' ');
-  return ly_string_array_to_scm (String_convert::split (s, ' '));
+  return ly_string_array_to_scm (split_string (s, ' '));
 }
 
 SCM