]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-score.hh
* flower/include/axis.hh: rename from axes.hh
[lilypond.git] / lily / include / paper-score.hh
index 10f60042423cbea1ce32b96cbd60ff04042f431e..bf9443cd507b642973c7fbe3678014ea44899400 100644 (file)
@@ -18,6 +18,7 @@ class Paper_score : public Music_output
   Output_def *layout_;
   System *system_;
   SCM systems_;
+  SCM paper_systems_;
 
 public:
   Paper_score (Output_def *);
@@ -28,7 +29,7 @@ public:
   void typeset_system (System *);
   Array<Column_x_positions> calc_breaking ();
 
-  SCM get_systems () const;
+  SCM get_paper_systems () const;
 protected:
   virtual void process ();
   virtual void derived_mark () const;