From 1a9d75452a986cb64f917279cc40665a0f2c2864 Mon Sep 17 00:00:00 2001 From: matsb Date: Mon, 8 Aug 2005 08:17:21 +0000 Subject: [PATCH] * Documentation/user/programming-interface.itely (Markup construction in Scheme): Corrected example and tried to clarify the implicit \line in the table. --- ChangeLog | 6 ++++++ Documentation/user/programming-interface.itely | 9 ++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b3baea3391..1d674279cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-08 Mats Bengtsson + + * 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 * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only diff --git a/Documentation/user/programming-interface.itely b/Documentation/user/programming-interface.itely index ace314a1e0..a4913032cd 100644 --- a/Documentation/user/programming-interface.itely +++ b/Documentation/user/programming-interface.itely @@ -455,8 +455,8 @@ providing a LilyPond-like syntax. For example, @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 @@ is this table: @quotation @multitable @columnfractions .3 .3 @item @b{LilyPond} @tab @b{Scheme} +@item @b{LilyPond} @tab @b{Scheme} +@item @code{\markup @{ ... @}} @tab @code{( markup ... )} +@item @code{\markup @{ markup1 markup2 ... @}} @tab + @code{(markup #:line ( markup1 markup2 ... ))} @item @code{\command} @tab @code{#:command} @item @code{\variable} @tab @code{variable} -@item @code{@{ ... @}} @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} -- 2.39.5