]> git.donarmstrong.com Git - lilypond.git/commit
* lily/paper-book.cc (pages): Change signature. Update callers.
authorjanneke <janneke>
Tue, 27 Apr 2004 18:03:57 +0000 (18:03 +0000)
committerjanneke <janneke>
Tue, 27 Apr 2004 18:03:57 +0000 (18:03 +0000)
commit6e10c540b021f5e72ffd0f77654cc909bc968800
treebf5b5c553744b3f967195367334a20076604efde
parentd2ed2edcbc81fe433ec261c0c73d13992764b791
* lily/paper-book.cc (pages): Change signature.  Update callers.

* lily/include/page.hh:
* lily/page.cc: New file.

* lily/paper-line.cc (to_stencil): New method.

* lily/paper-outputter.cc (output_stencil): New method.

* lily/paper-outputter.cc (output_line): Use them.

* lily/warn.cc: Remove.

* lily/my-lily-parser.cc (distill_inname): Remove.

* lily/my-lily-parser.cc (ly:parse-file): Use it.
15 files changed:
ChangeLog
flower/include/virtual-methods.hh
flower/include/warn.hh
flower/warn.cc
lily/balloon.cc
lily/include/main.hh
lily/include/page.hh [new file with mode: 0644]
lily/include/paper-book.hh
lily/include/paper-line.hh
lily/my-lily-parser.cc
lily/page.cc [new file with mode: 0644]
lily/paper-book.cc
lily/paper-line.cc
lily/paper-outputter.cc
lily/stencil.cc