X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpaper-outputter.hh;h=1ac0a74dfde8ee538e003305c4197458db1a3837;hb=21f6ea846dc1930cb41f185485ce6e1c8d9b30bd;hp=f1ff1a2131db81465c064b489d8b157bbb59c99b;hpb=bc95f4434f760d41191341ab4508b2064eb19025;p=lilypond.git diff --git a/lily/include/paper-outputter.hh b/lily/include/paper-outputter.hh index f1ff1a2131..1ac0a74dfd 100644 --- a/lily/include/paper-outputter.hh +++ b/lily/include/paper-outputter.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2010 Han-Wen Nienhuys + Copyright (C) 1997--2012 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -40,13 +40,15 @@ public: DECLARE_SMOBS (Paper_outputter); public: - SCM file () const; + Paper_outputter (SCM port, string format); + + void close (); SCM dump_string (SCM); + SCM file () const; + SCM module () const; void output_scheme (SCM scm); - Paper_outputter (SCM port, string format); - SCM scheme_to_string (SCM); void output_stencil (Stencil); - void close (); + SCM scheme_to_string (SCM); }; Paper_outputter *get_paper_outputter (string, string);