]> 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)
committerNeil Puttock <n.puttock@gmail.com>
Mon, 20 Jul 2009 00:12:05 +0000 (01:12 +0100)
(cherry picked from commit 269248a11ada074066deb061d64df70ee7b4deec)

ly/music-functions-init.ly

index 2dded22e3d77acd2b2dbcab500d6a01a5f893be9..c8b0a84b18b886686fae3dc466e28c5879ed0cb0 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) '()))