X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcontext.cc;h=34b75523ea38d3e1e2f76c68bf606c55c7e02ee7;hb=bdf74886dc9bcaf01c55677bf2086f4b76a7ef8c;hp=392077861828ea7683644662eb3ff1974afeca38;hpb=7465f4b1291f38bed8ee81e3922eb685f7e909ad;p=lilypond.git diff --git a/lily/context.cc b/lily/context.cc index 3920778618..34b75523ea 100644 --- a/lily/context.cc +++ b/lily/context.cc @@ -327,7 +327,7 @@ Context::path_to_acceptable_context (SCM name) const return unsmob_context_def (definition_)->path_to_acceptable_context (name, get_output_def (), - scm_reverse_x (accepts, SCM_EOL)); + scm_reverse_x (accepts, SCM_EOL)); }