]> 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 1082b3330a6e3d8bfeaafae0673ac7725af6dde4..c165b9aacde45d3718cbe7c8877e9ac05adc7788 100644 (file)
@@ -29,8 +29,8 @@ public:
 
   void typeset_system (System *);
   vector<Column_x_positions> calc_breaking ();
-
-  SCM get_paper_systems () const;
+  vector<vsize> find_break_indices () const;
+  SCM get_paper_systems ();
 protected:
   virtual void process ();
   virtual void derived_mark () const;