]> git.donarmstrong.com Git - lilypond.git/commit
Remove obsolete backend code
authorPatrick McCarty <pnorcks@gmail.com>
Sun, 5 Jul 2009 20:12:25 +0000 (13:12 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Thu, 16 Jul 2009 06:14:17 +0000 (23:14 -0700)
commit931a5e155845fb5b6207424dcf66967756a55540
tree9a0d85588bcc54738e19c2bfa5e15eac0f2b9de2
parent0af04b384b79837d4da7b2bab314066c7f947b20
Remove obsolete backend code

- Remove obsolete code from lily.scm that was
used before the output backends took their current
form.

- Remove exported bindings from output-ps.scm; the
output backends no longer use a `public interface',
since all work is done with ly:outputter-dump-stencil,
which uses the modules directly.

- Remove the "catch-all" routines from the svg and socket
output backends; these are covered by the new procedure
in backend-library.scm
scm/lily.scm
scm/output-ps.scm
scm/output-socket.scm
scm/output-svg.scm