]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/titling.scm
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / scm / titling.scm
index 3e7d55601855f8890053ac5355489fbe48a81e31..f6ac5f0b124ecc84f08a0023a9da150116f70cbd 100644 (file)
@@ -2,12 +2,12 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
-;;;; (c) 2004--2005 Jan Nieuwenhuizen <janneke@gnu.org>
+;;;; (c) 2004--2006 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;;;          Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 (define-public (layout-extract-page-properties layout)
-  (list (append `((linewidth . ,(ly:paper-get-number
-                                layout 'linewidth)))
+  (list (append `((line-width . ,(ly:paper-get-number
+                                layout 'line-width)))
                (ly:output-def-lookup layout 'text-font-defaults))))
 
 ;;;;;;;;;;;;;;;;;;