lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lilypond Documentation/user/programming-interfa...


From: Mats Bengtsson
Subject: Re: lilypond Documentation/user/programming-interfa...
Date: Tue, 09 Aug 2005 09:20:30 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511



Graham Percival wrote:
Index: lilypond/Documentation/user/programming-interface.itely
diff -u lilypond/Documentation/user/programming-interface.itely:1.40 
lilypond/Documentation/user/programming-interface.itely:1.41
--- lilypond/Documentation/user/programming-interface.itely:1.40        Mon Aug 
 8 08:18:05 2005
+++ lilypond/Documentation/user/programming-interface.itely     Mon Aug  8 
22:47:23 2005
@@ -455,8 +455,8 @@
 @noindent
 is equivalent to:
 @example
-\markup \column { \line @{ \bold \italic "hello" \raise #0.4 "world" @}
-                  \bigger \line @{ foo bar baz @} }
+\markup \column @{ \line @{ \bold \italic "hello" \raise #0.4 "world" @}
+                  \bigger \line @{ foo bar baz @} @}


Sorry about this one! I have backported your correction to the 2.6
branch.

Index: lilypond/scm/define-markup-commands.scm
diff -u lilypond/scm/define-markup-commands.scm:1.105 
lilypond/scm/define-markup-commands.scm:1.106
--- lilypond/scm/define-markup-commands.scm:1.105       Sat Aug  6 04:38:37 2005
+++ lilypond/scm/define-markup-commands.scm     Mon Aug  8 22:47:23 2005
@@ -466,12 +466,15 @@
     (stack-lines DOWN 0.0 baseline-skip lines)))
(def-markup-command (justify layout props args) (markup-list?)
-  "Like wordwrap, but with lines stretched to justify the margins."
+  "Like wordwrap, but with lines stretched to justify the margins.
+Use @code{\override #'(linewidth . X)} to set linewidth, where X
+is the number of staff spaces."

There are actually a number of commands where the result depends on
some property value. Why not make a general description on how to
set these properties, which can be refered in the documentation of
all these commands. Now some of these properties are just refered
to as "properties" some as "layout properties". Also, such a description
can explain the (property . value) syntax and relate it to the syntax
of normal overrides.

   /Mats




reply via email to

[Prev in Thread] Current Thread [Next in Thread]