]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/break-algorithm.hh
* lily/stem-tremolo.cc (raw_stencil): read slope property.
[lilypond.git] / lily / include / break-algorithm.hh
index 025c56406e09da577d00c211654b863d23d525bf..0fe95a26ffe3e0d22a27ee329c2364c746e08af8 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  break-algorithm.hh -- declare  Break_algorithm
+  break-algorithm.hh -- declare Break_algorithm
 
   source file of the GNU LilyPond music typesetter
 
@@ -28,9 +28,10 @@ protected:
   void solve_line (Column_x_positions *) const;
   bool feasible (Link_array<Grob> const &) const;
 
-  Simple_spacer_wrapper *generate_spacing_problem (Link_array<Grob> const &, Interval) const;
-
+  Simple_spacer_wrapper *generate_spacing_problem (Link_array<Grob> const &,
+                                                  Interval) const;
   virtual Array<Column_x_positions> do_solve () const = 0;
+
 public:
   virtual ~Break_algorithm ();
   Simple_spacer *(*get_line_spacer) ();