From: Neil Puttock Date: Sat, 28 Feb 2009 18:05:34 +0000 (+0000) Subject: Docs: compile fix. X-Git-Tag: release/2.13.0-0 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f1f15cd972eb28b87c0e0b40be7307cb2a7786d2;p=lilypond.git Docs: compile fix. --- diff --git a/ly/music-functions-init.ly b/ly/music-functions-init.ly index 2c4dcead64..eb74f8715b 100644 --- a/ly/music-functions-init.ly +++ b/ly/music-functions-init.ly @@ -110,7 +110,7 @@ balloonGrobText = #(define-music-function (parser location grob-name offset text) (symbol? number-pair? markup?) (_i "Attach @var{text} to @var{grob-name} at offset @var{offset} -(use like @code{\once})") +(use like @code{\\once})") (make-music 'AnnotateOutputEvent 'symbol grob-name 'X-offset (car offset) @@ -119,7 +119,7 @@ balloonGrobText = balloonText = #(define-music-function (parser location offset text) (number-pair? markup?) - (_i "Attach @var{text} at @var{offset} (use like @code{\tweak})") + (_i "Attach @var{text} at @var{offset} (use like @code{\\tweak})") (make-music 'AnnotateOutputEvent 'X-offset (car offset) 'Y-offset (cdr offset)