]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-def.cc
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / context-def.cc
index b4b032b507db96fa3159131a441ca8b0aef2b6f9..0fc4cdfc2922d74c245e5094aa7f56521db566e8 100644 (file)
@@ -189,7 +189,7 @@ Context_def::path_to_acceptable_context (SCM type_sym, Output_def *odef) const
        = g->path_to_acceptable_context (type_sym, odef);
       if (result.size () && result.size () < best_depth)
        {
-         result.insert (g,0);
+         result.insert (g, 0);
          best_result = result;
 
          /* this following line was added in 1.9.3, but hsould've been