]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.38
authorfred <fred>
Wed, 27 Mar 2002 02:06:25 +0000 (02:06 +0000)
committerfred <fred>
Wed, 27 Mar 2002 02:06:25 +0000 (02:06 +0000)
lily/break-align-interface.cc
lily/include/staff-spacing.hh

index 37b27c6d2cc85547b6b90c5193905b3e5b08c4e1..3a7e953811299bdc25821a10a11199c4898c79ce 100644 (file)
@@ -74,9 +74,6 @@ Break_align_interface::set_interface (Grob*me)
   Align_interface::set_axis (me,X_AXIS);
 }
 
-
-
-
 void
 Break_align_interface::do_alignment (Grob *me)
 {
@@ -224,3 +221,4 @@ Break_align_interface::do_alignment (Grob *me)
     }
 }
 
+
index 3d697dcc31ed9570a811297e145d211c8654de50..1c4150a2508f2adbedb4859e0045bf581f6e044f 100644 (file)
@@ -15,8 +15,13 @@ source file of the GNU LilyPond music typesetter
 class Staff_spacing
 {
 public:
+  static Real next_notes_correction (Grob*, Grob*);
+  static Real next_note_correction (Grob*, Grob*, Interval);  
   static bool has_interface (Grob*);
   static void get_spacing_params (Grob*,Real*,Real*);
+
+  static Interval bar_y_positions (Grob*);
+  static  Grob*  extremal_break_aligned_grob (Grob*,Direction, Interval*);
 };
 
 #endif /* STAFF_SPACING_HH */