]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 24 Dec 2002 19:35:00 +0000 (19:35 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 24 Dec 2002 19:35:00 +0000 (19:35 +0000)
scm/new-markup.scm

index c9c4999751b38ff72565f647d9b2ce60cb57c3d7..b7f4ebc83758505e2b5fc7c88fba208fcc6799c5 100644 (file)
@@ -4,13 +4,18 @@ Internally markup is stored as lists, whose head is a function.
 
   (FUNCTION ARG1 ARG2 ... )
 
-When it is applied, then FUNCTION is called as follows
+When the markup is formatted, then FUNCTION is called as follows
 
   (FUNCTION GROB PROPS ARG1 ARG2 ... ) 
 
+GROB is the current grob, PROPS is a list of alists, and ARG1.. are
+the rest of the arguments.
+
 The function should return a molecule (i.e. a formatted, ready to
 print object).
 
+
+
 To add a function,
 
 1. It should be named  COMMAND-markup
@@ -21,6 +26,8 @@ arguments to expect:
 
   (set-object-property! COMMAND-markup  scm0-markup1)
 
+(insert in the list below).
+
 3. The command is now available in markup mode, e.g.