]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-column.hh
release: 1.2.15
[lilypond.git] / lily / include / score-column.hh
index 9c2097367e39360f56875bad8648ea1da4652bfb..eff9441bf364b1a492c088181f66b0a788094b9b 100644 (file)
   */
 
 class Score_column : public Paper_column {
-  friend class Score;
-  friend class Score_engraver;
-
-  int break_penalty_i_;
   Moment when_;
 public:
   Moment shortest_playing_mom_;
   Moment shortest_starter_mom_;
 
-  int break_penalty_i () { return break_penalty_i_; }
   
   VIRTUAL_COPY_CONS(Score_element);