X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpaper-outputter.hh;h=c0cb9f22ef1c8d4a57f65469efe559ecc7bf6d23;hb=8a52af2ae812fd16bc8f875099ab53e89bbacd26;hp=f1ff1a2131db81465c064b489d8b157bbb59c99b;hpb=a6bd229f7fe1dc4a03478e14ccc0c0c66b225061;p=lilypond.git diff --git a/lily/include/paper-outputter.hh b/lily/include/paper-outputter.hh index f1ff1a2131..c0cb9f22ef 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--2011 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);