From: Graham Percival Date: Sun, 17 Dec 2006 21:48:10 +0000 (-0800) Subject: Update \applyOutput example (old fix). X-Git-Tag: release/2.11.3-1~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c17071780e512bc59ecf7927f53d8f0126f73c03;p=lilypond.git Update \applyOutput example (old fix). --- diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index a784db0e08..3b681cb22d 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -626,8 +626,8 @@ To have it interpreted at the @context{Score} or @context{Staff} level use these forms @example -\context \applyOutput #'Score #@var{function} -\context \applyOutput #'Staff #@var{function} +\applyOutput #'Score #@var{function} +\applyOutput #'Staff #@var{function} @end example @end itemize