CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Graham Percival <[EMAIL PROTECTED]> 05/08/09 08:41:21
Modified files:
. : ChangeLog
scm : define-markup-commands.scm
Log message:
Upright is opposite of italic. (hey, it's news to me! I certainly
think it's worth mentioning this.)
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3984&tr2=1.3985&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/define-markup-commands.scm.diff?tr1=1.107&tr2=1.108&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3984 lilypond/ChangeLog:1.3985
--- lilypond/ChangeLog:1.3984 Tue Aug 9 07:42:06 2005
+++ lilypond/ChangeLog Tue Aug 9 08:41:21 2005
@@ -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: lilypond/scm/define-markup-commands.scm
diff -u lilypond/scm/define-markup-commands.scm:1.107
lilypond/scm/define-markup-commands.scm:1.108
--- lilypond/scm/define-markup-commands.scm:1.107 Tue Aug 9 02:39:25 2005
+++ lilypond/scm/define-markup-commands.scm Tue Aug 9 08:41:21 2005
@@ -758,7 +758,7 @@
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))
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs