]> git.donarmstrong.com Git - lilypond.git/commitdiff
@code{\addInstrumentDefinition} -> @code{\\addInstrumentDefinition}
authorMark Polesky <markpolesky@yahoo.com>
Sat, 6 Jun 2009 23:33:49 +0000 (16:33 -0700)
committerGraham Percival <graham@percival-music.ca>
Sun, 7 Jun 2009 02:20:37 +0000 (19:20 -0700)
ly/music-functions-init.ly

index 1910975f7fdc81ff7e3632d766f396a631f62f06..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
-@code{\addInstrumentDefinition}.")
+@code{\\addInstrumentDefinition}.")
    (let*
        ((handle  (assoc name instrument-definitions))
        (instrument-def (if handle (cdr handle) '()))