From: Patrick McCarty Date: Mon, 6 Jul 2009 00:03:34 +0000 (-0700) Subject: Only assign warning values for stencil commands X-Git-Tag: release/2.13.4-1~329 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=77aa5e7a051b64ea229590027f114f6159a1dc3d;p=lilypond.git Only assign warning values for stencil commands - Since the expressions in ly:all-output-backend-commands are not intended to be defined in output-*.scm, only assign warnings for ly:all-stencil-commands. --- diff --git a/scm/backend-library.scm b/scm/backend-library.scm index db79c74aae..40f2030300 100644 --- a/scm/backend-library.scm +++ b/scm/backend-library.scm @@ -203,4 +203,4 @@ (module-define! output-module x (lambda* (#:optional y . z) (missing-stencil-expression x))))) - (ly:all-stencil-expressions))) + (ly:all-stencil-commands)))