From 24a7aa14687545d8ac69da38cbcabf25e2a7e1b9 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 2 Feb 2005 22:43:01 +0000 Subject: [PATCH] (default-page-make-stencil): add-to-page function. (default-page-make-stencil): insert system separators. --- scm/page-layout.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scm/page-layout.scm b/scm/page-layout.scm index f0dbf90324..dea8df3902 100644 --- a/scm/page-layout.scm +++ b/scm/page-layout.scm @@ -72,7 +72,11 @@ (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. -- 2.39.5