]> 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 6972f01d2b30f3aea2e1af7abdb3642d62f3ee01..76571145367474c2e03ba6d68168656967222f8c 100644 (file)
@@ -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 ();
 };