From: Mark Polesky Date: Tue, 26 May 2009 08:53:26 +0000 (-0700) Subject: Typo: @var{} -> @code{}. X-Git-Tag: release/2.13.2-0~80 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c3c3cd698042409b20b4e161a6a41df6fab8d892;p=lilypond.git Typo: @var{} -> @code{}. --- diff --git a/ly/music-functions-init.ly b/ly/music-functions-init.ly index 2dded22e3d..1910975f7f 100644 --- a/ly/music-functions-init.ly +++ b/ly/music-functions-init.ly @@ -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) '()))