]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/new-markup.scm
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / scm / new-markup.scm
index 6eb87cf7ae19a30f17de0cb66cca89bb7e853100..d9cabccea2fc830c2223de59f835acc5c538a4cc 100644 (file)
@@ -22,7 +22,7 @@ print object).
 
 To add a function, use the def-markup-command utility.
 
-  (def-markup-command (mycommand paper prop arg1 ...) (arg1-type? ...)
+  (def-markup-command (mycommand layout prop arg1 ...) (arg1-type? ...)
     \"my command usage and description\"
     ...function body...)
 
@@ -51,7 +51,7 @@ register COMMAND-markup and its signature,
 * define a make-COMMAND-markup function.
 
 Syntax:
-  (def-markup-command (COMMAND paper props arg1 arg2 ...) (arg1-type? arg2-type? ...)
+  (def-markup-command (COMMAND layout props arg1 arg2 ...) (arg1-type? arg2-type? ...)
     \"documentation string\"
     ...command body...)
  or: