]> git.donarmstrong.com Git - lilypond.git/commitdiff
Upright is opposite of italic. (hey, it's news to me! I certainly
authorgpercival <gpercival>
Tue, 9 Aug 2005 08:41:21 +0000 (08:41 +0000)
committergpercival <gpercival>
Tue, 9 Aug 2005 08:41:21 +0000 (08:41 +0000)
think it's worth mentioning this.)

ChangeLog
scm/define-markup-commands.scm

index b65adb8180b8bd8d4832e4bfe3d1b0deb04c6022..a294feab9c9dd8d17936fc30aa97b90c0242e2c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
        * Documentation/user/programming-interface.itely: fix @{ @}.
 
        * scm/define-markup-commands.scm: add linewidth info to
-       \justify and \wordwrap.
+       \justify and \wordwrap, add "upright is the opposite of italic".
 
        * Documentation/user/advanced-notation.itely: shaped->shape,
        add (cons (markup "foo")) type of example to text markup.
index 17d6be097dfba9e8396c4f35afedd43a6d25f8a9..54b1f7064937335dcb3792d770d8f99ebe81f4b4 100644 (file)
@@ -758,7 +758,7 @@ recommend font for this is bold and italic"
    layout (prepend-alist-chain 'font-family 'typewriter props) arg))
 
 (def-markup-command (upright layout props arg) (markup?)
-  "Set font shape to @code{upright}."
+  "Set font shape to @code{upright}.  This is the opposite of @code{italic}."
   (interpret-markup
    layout (prepend-alist-chain 'font-shape 'upright props) arg))