]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-def.hh
release: 1.3.6
[lilypond.git] / lily / include / paper-def.hh
index 8615d9cf86c957ab430f8d8da40e889f88cff8cd..b3147fb9e6da7d9d4e8c1f6bf456983f9728ef82 100644 (file)
@@ -54,10 +54,12 @@ public:
   virtual ~Paper_def ();
 
   Array<Interval> shape_int_a_;
+  /*
+    JUNKME
+   */
   Real get_realvar (SCM symbol) const;
   Real get_var (String id) const;
 
-  SCM get_scm_var (SCM sym) const;
   
   void reinit ();
   Paper_def ();
@@ -87,7 +89,7 @@ public:
   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;