]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-engraver.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / score-engraver.hh
index 107b764e56a505f47ca90e47a4f258ef01c2c04c..76571145367474c2e03ba6d68168656967222f8c 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef SCORE_ENGRAVER_HH
@@ -17,7 +17,7 @@ class Score_engraver : public virtual Score_translator,
 {
   System *system_;
 
-  Link_array<Grob> elems_;
+  vector<Grob*> elems_;
   Paper_score *pscore_;
 
   void typeset_all ();
@@ -42,7 +42,6 @@ protected:
 
 public:
   Score_engraver ();
-  void forbid_breaks ();
   virtual SCM get_output ();
 };