]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/music-functions-init.ly
Typo: @var{} -> @code{}.
[lilypond.git] / 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) '()))