]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-sodipodi.scm
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / scm / output-sodipodi.scm
index 9875a1938c66feb42862f31679c6a3dd64d65601..6f6ee224b1c012b5bb90a4c4c77c1b73d985cf99 100644 (file)
 (define (comment s)
   (string-append "<!-- " s " -->\n"))
 
-(define (define-fonts paper font-list)
+(define (define-fonts layout font-list)
   (comment (format #f "Fonts used: ~S" font-list)))
 
 (define (filledbox breapth width depth height)
 (define (header-end)
   (comment "header-end"))
 
-(define (header creator time-stamp paper page-count- classic?)
+(define (header creator time-stamp layout page-count- classic?)
   (string-append
    xml-header
    (comment creator)
   
 ;; FIXME: duplicated in other output backends
 ;; FIXME: silly interface name
-(define (output-scopes paper scopes fields basename)
+(define (output-scopes layout scopes fields basename)
   (format (current-error-port) "TODO: FIX ps/tex/interface\n"))
 
 ;; FIXME: duplictates output-scopes, duplicated in other backends
 ;; FIXME: silly interface name
-(define (output-paper-def pd)
+(define (output-layout-def pd)
   (format (current-error-port) "TODO: FIX ps/tex/interface\n"))
 
 (define (lily-def key val)