]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-outputter.hh
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / lily / include / paper-outputter.hh
index f1ff1a2131db81465c064b489d8b157bbb59c99b..25e9d8759794fbf14960c0ad6a9e1dfd16bdd722 100644 (file)
@@ -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);