]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.76
authorfred <fred>
Sun, 24 Mar 2002 19:48:47 +0000 (19:48 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:48:47 +0000 (19:48 +0000)
lily/include/score-grav.hh

index 92b659a377c82132f0c2c6f8b735ab4de42c145d..c559d25548ff1b50439ea47b6f00f9ef7f522c5e 100644 (file)
@@ -17,6 +17,8 @@ class Score_engraver :
     public Engraver_group_engraver, public Global_translator 
 {
     Line_of_score * scoreline_l_;
+    bool disallow_break_b_;
+    int breaks_i_;
 
     
     Array<Item*> nobreak_item_p_arr_;