]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-engraver.hh
release: 1.2.15
[lilypond.git] / lily / include / score-engraver.hh
index 3dd921aaa73fa2a318c5488f8333383017ff9313..2851980e05fa656fc444a67a0da9b13ff109c781 100644 (file)
@@ -3,14 +3,14 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #ifndef SCORE_GRAV_HH
 #define SCORE_GRAV_HH
 
-#include "engraver-group.hh"
+#include "engraver-group-engraver.hh"
 #include "global-translator.hh"
 
 /**
@@ -20,7 +20,6 @@ class Score_engraver :
   public Engraver_group_engraver, public Global_translator 
 {
   Line_of_score * scoreline_l_;
-  int break_penalty_i_;
   int breaks_i_;
 
   Link_array<Score_element> elem_p_arr_;
@@ -35,7 +34,7 @@ public:
   VIRTUAL_COPY_CONS(Translator);
   Paper_score * pscore_p_;
   
-
+  void forbid_breaks ();
   Score_engraver();
   virtual Music_output *get_output_p ();  
 protected: