]> git.donarmstrong.com Git - lilypond.git/commit
* lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
authorJan Nieuwenhuizen <janneke@gnu.org>
Sat, 10 Apr 2004 01:17:30 +0000 (01:17 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sat, 10 Apr 2004 01:17:30 +0000 (01:17 +0000)
commit58285d9a44003dc28d5183daa5c1ae71249440e5
tree827058be13ec58fbd029faed89efbd970998b1a0
parent9939b3c0122f6276fa6108c2368cfd3e78ad7059
* lily/input-file-results.cc (do_one_file): Remove Paper_book hack.

* lily/score.cc (book_rendering): New method.
(default_rendering): Create Paper_book helper locally, dump
output.

* lily/my-lily-lexer.cc (the_key_tab): Add book.

* lily/parser.yy: Handle \book.

* lily/include/book.hh:
* lily/book.cc: New file.
14 files changed:
ChangeLog
lily/book.cc [new file with mode: 0644]
lily/include/book.hh [new file with mode: 0644]
lily/include/context-def.hh
lily/include/input-file-results.hh
lily/include/lily-proto.hh
lily/include/main.hh
lily/include/music-output-def.hh
lily/include/score.hh
lily/input-file-results.cc
lily/my-lily-lexer.cc
lily/paper-book.cc
lily/parser.yy
lily/score.cc