]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-def.hh
patch::: 1.1.17.mb1: Re: LilyPond Xmas release
[lilypond.git] / lily / include / paper-def.hh
index 87bfe545731de4472bebe79619131a29990badc7..67436644c4969e4936a2e2246bf02e0962209cdb 100644 (file)
@@ -38,14 +38,13 @@ class Paper_def : public Music_output_def
 {
   Assoc<int, Lookup *> *lookup_p_assoc_p_;
   static int default_count_i_;
-  bool ps_b_;
 
 protected:
-  VIRTUAL_COPY_CONS(Paper_def,Music_output_def);
+  VIRTUAL_COPY_CONS(Music_output_def);
 
 public:    
   virtual ~Paper_def ();
-  DECLARE_MY_RUNTIME_TYPEINFO;
+  
 
   Array<Interval> shape_int_a_;
 
@@ -92,12 +91,15 @@ public:
   Real arithmetic_constant (Moment minimal_mom) const;
   Real arithmetic_spacing (Moment mom,Real constant) const;
   virtual int get_next_default_count () const;
-  //urg
-  String tex_output_settings_str () const;
-  String ps_output_settings_str () const;
+  static void reset_default_count();
+
+  void output_settings (Paper_outputter*) const;
+  Paper_outputter* paper_outputter_p (Paper_stream*, Scope*, String) const;
+  Paper_stream* paper_stream_p () const;
+  String base_output_str () const;
+
   // urg
   friend int yyparse (void*);
 };
 
 #endif // Paper_def_HH
-