]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/extending/programming-interface.itely
Doc: typo in Document the use of \temporary (2938)
[lilypond.git] / Documentation / extending / programming-interface.itely
index b1611e0fa440ed9fd7371c0e7f15ec0141b91adf..b2b13cbbc844fe2ddcbbd70ebb0b1643f2a5c3ed 100644 (file)
@@ -459,7 +459,7 @@ music containing overrides will have a net effect of zero.
 Here is an example of a music function which makes use of this.
 The use of @code{\temporary} ensures the values of the
 @code{cross-staff} and @code{style} properties are restored on exit
-to whatever values they had when the @code{cross-staff} function was
+to whatever values they had when the @code{crossStaff} function was
 called.  Without @code{\temporary} the default values would have been
 set on exit.