]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-tex.scm
(output_def): push scope of parent_ Output_def
[lilypond.git] / scm / output-tex.scm
index 899f05ba85ca5e04feee6e96a7684261eddbc07b..461165da0e0a8e1a21953666223bee070e13ff86 100644 (file)
                   (number->string (exact->inexact
                                    (ly:bookpaper-outputscale bookpaper))))
    (tex-string-def "lilypondpapersize" 'papersize
-                  (eval 'papersize (ly:bookpaper-def-scope bookpaper)))
+                  (eval 'papersize (ly:output-def-scope bookpaper)))
+
    (apply string-append
          (map (lambda (x) (font-load-command bookpaper x))
               (ly:bookpaper-fonts bookpaper)
-              )))
-  )
+              ))))
+
 (define (unknown) 
   "%\n\\unknown\n")