CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: lilypond_2_6 Changes by: Mats Bengtsson <[EMAIL PROTECTED]> 05/08/08 08:17:21
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?only_with_tag=lilypond_2_6&tr1=1.3836.2.21&tr2=1.3836.2.22&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/programming-interface.itely.diff?only_with_tag=lilypond_2_6&tr1=1.37.2.1&tr2=1.37.2.2&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.3836.2.21 lilypond/ChangeLog:1.3836.2.22 --- lilypond/ChangeLog:1.3836.2.21 Sun Aug 7 07:19:12 2005 +++ lilypond/ChangeLog Mon Aug 8 08:17:21 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-06 Jan Nieuwenhuizen <[EMAIL PROTECTED]> * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only Index: lilypond/Documentation/user/programming-interface.itely diff -u lilypond/Documentation/user/programming-interface.itely:1.37.2.1 lilypond/Documentation/user/programming-interface.itely:1.37.2.2 --- lilypond/Documentation/user/programming-interface.itely:1.37.2.1 Wed Aug 3 09:39:48 2005 +++ lilypond/Documentation/user/programming-interface.itely Mon Aug 8 08:17:21 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,12 @@ @quotation @multitable @columnfractions .3 .3 @item @b{LilyPond} @tab @b{Scheme} [EMAIL PROTECTED] @b{LilyPond} @tab @b{Scheme} [EMAIL PROTECTED] @code{\markup @{ ... @}} @tab @code{( markup ... )} [EMAIL PROTECTED] @code{\markup @{ 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 Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs