]> git.donarmstrong.com Git - lilypond.git/commitdiff
Typos.
authorWerner Lemberg <wl@gnu.org>
Wed, 14 Feb 2007 23:23:33 +0000 (00:23 +0100)
committerWerner Lemberg <wl@gnu.org>
Wed, 14 Feb 2007 23:23:33 +0000 (00:23 +0100)
scm/define-markup-commands.scm

index 0c23290b485eed371724428aba52ecb6a30ca252..8a0853eb2c1e6d8fd8493111825d1e26ef7cf6b5 100644 (file)
@@ -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