]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-outputter.hh
release: 1.3.56
[lilypond.git] / lily / include / paper-outputter.hh
index 73ad6aecf0ea1849737b8436a382db2ad2398700..8758535ea8c8fce05ecc676f27d35c249e4bcc15 100644 (file)
  */
 class Paper_outputter
 {
-public:
+#if 0
   Protected_scm molecules_;
   SCM last_cons_;
-  Paper_outputter ();
+#endif
+  
+  bool verbatim_scheme_b_;
+  Paper_stream * stream_p_;
+public:
+  /**
+     Assumes responsibility for deletion of P
+   */
+  Paper_outputter (Paper_stream*p);
+  ~Paper_outputter ();
+  
+  void dump_scheme (SCM);
 
-  void dump_onto (Paper_stream *);
   void output_int_def (String k, int v);
   void output_Real_def (String k, Real v);
   void output_String_def (String k, String v);