From: Jean-Charles Malahieude Date: Sat, 25 May 2013 17:17:36 +0000 (+0200) Subject: Doc: typo in Document the use of \temporary (2938) X-Git-Tag: release/2.17.20-1~32 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ef282e9f697c8fb07c1a3933325ed471648a961a;p=lilypond.git Doc: typo in Document the use of \temporary (2938) --- diff --git a/Documentation/extending/programming-interface.itely b/Documentation/extending/programming-interface.itely index b1611e0fa4..b2b13cbbc8 100644 --- a/Documentation/extending/programming-interface.itely +++ b/Documentation/extending/programming-interface.itely @@ -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.