]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/changing-defaults.itely
Fix off-by-one error in constrained-breaking.
[lilypond.git] / 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