diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2004-05-30 15:29:18 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2004-05-30 15:29:18 +0000 |
commit | 326d10399091bd821918dfe9b2328360a8df0d3f (patch) | |
tree | b7deb4306afa8f0b0eed56ec769e3f183e4dc2fa /ps | |
parent | a1614949f9db4c9e1da87856597e3239bcbec187 (diff) |
* lily/ly-module.cc (LY_DEFINE): bugfix.
* lily/paper-book.cc (book_title): separate function for the book
title.
* scm/page-layout.scm (default-book-title): only account for
markup fields.
* scm/framework-ps.scm: new file. Move high level interface from
output-ps.scm
* scm/framework-tex.scm (dump-line): new file. High level
interface for output (pages, systems, header).
* lily/paper-book.cc (split_string): new function
(output): output multiple formats, i.e. --format=ps,tex
* scm/output-ps.scm (output-scopes): dump variables directly.
(define-fonts): rewrite for new interface
* ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
Diffstat (limited to 'ps')
-rw-r--r-- | ps/lilyponddefs.ps | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ps/lilyponddefs.ps b/ps/lilyponddefs.ps index 60252c745c..edd8448155 100644 --- a/ps/lilyponddefs.ps +++ b/ps/lilyponddefs.ps @@ -62,19 +62,6 @@ end } bind def -/start-page -{ -} bind def - -/stop-page -{ - showpage -} bind def - -/stop-last-page -{ -} bind def - /start-system % x y { gsave |