]> git.donarmstrong.com Git - lilypond.git/commitdiff
Typo: @var{} -> @code{}.
authorMark Polesky <markpolesky@yahoo.com>
Tue, 26 May 2009 08:53:26 +0000 (01:53 -0700)
committerJohn Mandereau <john.mandereau@gmail.com>
Tue, 2 Jun 2009 13:17:02 +0000 (15:17 +0200)
ly/music-functions-init.ly

index 2dded22e3d77acd2b2dbcab500d6a01a5f893be9..1910975f7fdc81ff7e3632d766f396a631f62f06 100644 (file)
@@ -267,7 +267,7 @@ instrumentSwitch =
 #(define-music-function
    (parser location name) (string?)
    (_i "Switch instrument to @var{name}, which must be predefined with
-@var{\addInstrumentDefinition}.")
+@code{\addInstrumentDefinition}.")
    (let*
        ((handle  (assoc name instrument-definitions))
        (instrument-def (if handle (cdr handle) '()))