David Feuer wrote:
What Lilypond does, roughly:

(if do-ps
  (ps-master-output ps-outputter get-page))
(if do-tex
  (tex-master-output tex-outputter get-page))
(if do-eps
  (eps-master-output eps-header-out eps-page-out get-page))


It doesn't happen like this. For technical reasons, it's not possible to have more than one backend active: some parts, in particular the text handling, has to do different things depending on the backend(s) active.

--

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to