]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/titling.scm
* scm/backend-library.scm: update email address.
[lilypond.git] / scm / titling.scm
index fa020782585abecce0bea34f40c12a2523372c19..7eae28e66df9e78300e7f694de1a4783626b0d42 100644 (file)
@@ -3,11 +3,11 @@
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
 ;;;; (c) 2004--2006 Jan Nieuwenhuizen <janneke@gnu.org>
-;;;;          Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;;          Han-Wen Nienhuys <hanwen@xs4all.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))))
 
 ;;;;;;;;;;;;;;;;;;