From 38cda31627d78fa1acb4bc6d4b7bf071b0a29f4c Mon Sep 17 00:00:00 2001 From: Mats Bengtsson Date: Mon, 8 Aug 2005 08:14:41 +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 | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b57b870736..d5cc1fc2b2 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-07 Graham Percival * Documentation/user/instrument-notation.itely: moved diff --git a/Documentation/user/programming-interface.itely b/Documentation/user/programming-interface.itely index ace314a1e0..302df673ed 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,11 @@ is this table: @quotation @multitable @columnfractions .3 .3 @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