]> git.donarmstrong.com Git - lilypond.git/commit
* lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
authorjanneke <janneke>
Sat, 10 Apr 2004 01:17:30 +0000 (01:17 +0000)
committerjanneke <janneke>
Sat, 10 Apr 2004 01:17:30 +0000 (01:17 +0000)
commit7150b05f12e41748590076c2fd99a117a75649c3
tree827058be13ec58fbd029faed89efbd970998b1a0
parentc1dacc6d783b558c2b7b38e41c84be04bc4f68ac
* 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