From: Werner Lemberg Date: Wed, 14 Feb 2007 23:23:33 +0000 (+0100) Subject: Typos. X-Git-Tag: release/2.11.19-1~7^2~2^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a6ab024ccc67f9476569a4a2238df175d0f21562;p=lilypond.git Typos. --- diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index 0c23290b48..8a0853eb2c 100644 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -592,7 +592,7 @@ the line width, where @var{X} is the number of staff spaces." (define-builtin-markup-command (wordwrap-field layout props symbol) (symbol?) - "Wordwrap the data which has been assigned to @var{symbol}. + "Wordwrap the data which has been assigned to @var{symbol}." (let* ((m (chain-assoc-get symbol props))) (if (string? m) (interpret-markup layout props @@ -600,7 +600,7 @@ the line width, where @var{X} is the number of staff spaces." (ly:make-stencil '() '(1 . -1) '(1 . -1))))) (define-builtin-markup-command (justify-field layout props symbol) (symbol?) - "Justify the data which has been assigned to @var{symbol}. + "Justify the data which has been assigned to @var{symbol}." (let* ((m (chain-assoc-get symbol props))) (if (string? m) (interpret-markup layout props @@ -1404,9 +1404,9 @@ and/or @code{extra-offset} properties." Raising and lowering texts can be done with @code{\\super} and @code{\\sub}: - +@c @lilypond[verbatim,fragment,relative=1] -c1^\\markup { E \"=\" \\concat { "mc" \\super \"2\" } } +c1^\\markup { E \"=\" \\concat { \"mc\" \\super \"2\" } } @end lilypond" (ly:stencil-translate-axis (interpret-markup