From a6ab024ccc67f9476569a4a2238df175d0f21562 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 15 Feb 2007 00:23:33 +0100 Subject: [PATCH] Typos. --- scm/define-markup-commands.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5