]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/system.hh
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / include / system.hh
index 48e6875dfb43e4aaa2d1984602a5658a7f928dfc..3a5b39ad4e75104cec0d141affe71dd26c78486b 100644 (file)
@@ -20,7 +20,7 @@ class System : public Spanner
 {
   int rank_;
   Grob_array *all_elements_;
-  Drul_array<Skyline> skylines_;
+  Skyline_pair skylines_;
   void build_skylines ();
   void init_elements ();
   friend class Paper_score;    // ugh.
@@ -29,9 +29,11 @@ class System : public Spanner
 public:
   Paper_score *paper_score () const;
   int get_rank () const;
+  void do_break_substitution_and_fixup_refpoints ();
   void post_processing ();
   SCM get_paper_system ();
   SCM get_paper_systems ();
+  SCM get_broken_system_grobs ();
 
   System (SCM);
   System (System const &);