]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-of-score.hh
release: 1.1.62
[lilypond.git] / lily / include / line-of-score.hh
index 2410acc2855a4f945d53930f40b06b4149d8a570..6cf5efbfaea3d61dac7d2707d5d2d77726f9f5ec 100644 (file)
 /// the columns of a score that form one line.
 class Line_of_score : public Axis_group_spanner, public Super_element
 {
-  Link_array<Paper_column> cols_;
 public:
+  Link_array<Paper_column> cols_;
 
   Line_of_score();
     
   /// is #c# contained in #*this#?
   bool contains_b (Paper_column const *c) const;
     
-  Link_array<Line_of_score> get_lines() const;
-  Line_of_score * set_breaking (Array<Column_x_positions> const&, int j) const;
+  Line_of_score * set_breaking (Array<Column_x_positions> const&, int j);
 
 
-  void output_all ();
+  void output_all (bool last_line);
   void add_column (Paper_column*);
   
 protected: