]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update \applyOutput example (old fix).
authorGraham Percival <graham@percival-music.ca>
Sun, 17 Dec 2006 21:48:10 +0000 (13:48 -0800)
committerGraham Percival <graham@percival-music.ca>
Sun, 17 Dec 2006 21:48:10 +0000 (13:48 -0800)
Documentation/user/changing-defaults.itely

index a784db0e08d0d7040ab7ae7e16053ff2a6e74bb7..3b681cb22decee6e4c8f0c2fc42cfac2e1e6af65 100644 (file)
@@ -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