CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Mats Bengtsson <[EMAIL PROTECTED]> 05/08/08 08:14:41
Modified files:
. : ChangeLog
Documentation/user: programming-interface.itely
Log message:
* Documentation/user/programming-interface.itely (Markup
construction in Scheme): Corrected example and tried to clarify
the implicit \line in the table.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3979&tr2=1.3980&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/programming-interface.itely.diff?tr1=1.38&tr2=1.39&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3979 lilypond/ChangeLog:1.3980
--- lilypond/ChangeLog:1.3979 Sun Aug 7 09:14:23 2005
+++ lilypond/ChangeLog Mon Aug 8 08:14:41 2005
@@ -1,3 +1,9 @@
+2005-08-08 Mats Bengtsson <[EMAIL PROTECTED]>
+
+ * Documentation/user/programming-interface.itely (Markup
+ construction in Scheme): Corrected example and tried to clarify
+ the implicit \line in the table.
+
2005-08-07 Graham Percival <[EMAIL PROTECTED]>
* Documentation/user/instrument-notation.itely: moved
Index: lilypond/Documentation/user/programming-interface.itely
diff -u lilypond/Documentation/user/programming-interface.itely:1.38
lilypond/Documentation/user/programming-interface.itely:1.39
--- lilypond/Documentation/user/programming-interface.itely:1.38 Wed Aug
3 08:57:35 2005
+++ lilypond/Documentation/user/programming-interface.itely Mon Aug 8
08:14:41 2005
@@ -455,8 +455,8 @@
@noindent
is equivalent to:
@example
-\markup \column < @{ \bold \italic "hello" \raise #0.4 "world" @}
- \bigger @{ foo bar baz @} >
+\markup \column { \line @{ \bold \italic "hello" \raise #0.4 "world" @}
+ \bigger \line @{ foo bar baz @} }
@end example
@noindent
@@ -467,9 +467,11 @@
@quotation
@multitable @columnfractions .3 .3
@item @b{LilyPond} @tab @b{Scheme}
[EMAIL PROTECTED] @[EMAIL PROTECTED] ... @}} @tab @code{( markup ... )}
[EMAIL PROTECTED] @[EMAIL PROTECTED] markup1 markup2 ... @}} @tab
+ @code{(markup #:line ( markup1 markup2 ... ))}
@item @code{\command} @tab @code{#:command}
@item @code{\variable} @tab @code{variable}
[EMAIL PROTECTED] @[EMAIL PROTECTED] ... @}} @tab @code{#:line ( ... )}
@item @code{\center-align @{ ... @}} @tab @code{#:center-align ( ... )}
@item @code{string} @tab @code{"string"}
@item @code{#scheme-arg} @tab @code{scheme-arg}
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs