]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/break-algorithm.hh
patch::: 1.3.49.hwn1: deze dus
[lilypond.git] / lily / include / break-algorithm.hh
index e06ae4aa705d0b47dcbdc600af0243693d9d378d..00da3940ce7a0df67eb45a3007e8fde4723e0b86 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1996,  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1996--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -44,16 +44,12 @@ protected:
   Simple_spacer* generate_spacing_problem (Link_array<Paper_column>, Interval) const;
 
   virtual Array<Column_x_positions> do_solve() const=0;
-  virtual void do_set_pscore();
 
 public:
   Simple_spacer* (*get_line_spacer)();
   Break_algorithm();
   void set_pscore (Paper_score*);
 
-  /// check if the spacing/breaking problem is well-stated
-  void problem_OK() const;
-  void OK() const;
   Array<Column_x_positions> solve() const;
 };