X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Flily-guile.cc;h=9da6823f194e89e91ab15a13c4ab751ed3b4d03e;hb=caff9e8768f78cf6d183f8dad640e64e62b28fd4;hp=e5cdbc77f2732aef18d0e38794ccbf950e9aa710;hpb=c3ff1c6cd20e15e9036ee7120012e05b1d62a46d;p=lilypond.git diff --git a/lily/lily-guile.cc b/lily/lily-guile.cc index e5cdbc77f2..9da6823f19 100644 --- a/lily/lily-guile.cc +++ b/lily/lily-guile.cc @@ -663,6 +663,7 @@ parse_symbol_list (char const *symbols) string s = symbols; replace_all (s, '\n', ' '); replace_all (s, '\t', ' '); + replace_all (s, " ", " "); return ly_string_array_to_scm (string_split (s, ' ')); }