]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-score.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / paper-score.hh
index a117bb74e7f5a2b5738086824a6d87bbcbacdb4d..c165b9aacde45d3718cbe7c8877e9ac05adc7788 100644 (file)
@@ -19,19 +19,18 @@ class Paper_score : public Music_output
   System *system_;
   SCM systems_;
   SCM paper_systems_;
-
 public:
   Paper_score (Output_def *);
-
+  
   DECLARE_CLASSNAME(Paper_score);
 
   Output_def *layout () const;
   System *root_system () const;
 
   void typeset_system (System *);
-  Array<Column_x_positions> calc_breaking ();
-
-  SCM get_paper_systems () const;
+  vector<Column_x_positions> calc_breaking ();
+  vector<vsize> find_break_indices () const;
+  SCM get_paper_systems ();
 protected:
   virtual void process ();
   virtual void derived_mark () const;