]> git.donarmstrong.com Git - lilypond.git/commitdiff
(default-page-make-stencil): add-to-page
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 2 Feb 2005 22:43:01 +0000 (22:43 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 2 Feb 2005 22:43:01 +0000 (22:43 +0000)
function.
(default-page-make-stencil): insert system separators.

scm/page-layout.scm

index f0dbf90324bb332bec5a7b6a9073c7578c056cb7..dea8df39025fa29aaaab5702b016edf76454b0d9 100644 (file)
 
 (define-public (default-page-make-stencil
                 lines offsets layout scopes number last? )
-  "Construct a stencil representing the page from LINES.  "
+  "Construct a stencil representing the page from LINES.
+
+ Offsets is a list of increasing numbers. They must be negated to
+create offsets.
+ "
   (let* ((topmargin  (ly:output-def-lookup layout 'topmargin))
        
        ;; TODO: naming vsize/hsize not analogous to TeX.