lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stencils


From: Han-Wen Nienhuys
Subject: Re: Stencils
Date: Thu, 06 Apr 2006 22:42:47 +0200
User-agent: Thunderbird 1.5 (X11/20060313)

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 - address@hidden - http://www.xs4all.nl/~hanwen

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]