]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/beam.cc
* lily/include/sequential-iterator.hh (class Sequential_iterator):
[lilypond.git] / lily / beam.cc
index 915363e4acedddd3060a0e7df2dd3b32cb5c9ed3..acfb18ff7a43d229d419840941d9f03b355016d6 100644 (file)
@@ -9,11 +9,15 @@
 */
 
 /*
-  
+TODO:
+
+
   * Junk stem_info.
 
   * Use Number_pair i.s.o Interval to represent (yl, yr).
 
+  * cross staff 
+  
 Notes:
 
  - Stems run to the Y-center of the beam.
@@ -303,9 +307,6 @@ Beam::brew_molecule (SCM grob)
   Real last_xposn = -1;
   Real last_width = -1 ;
   
-
-  * Determine auto knees based on positions if it's set by the user.
-  
   Molecule the_beam;
   Real lt = me->paper_l ()->get_var ("linethickness");
   for (int i = 0; i< stems.size(); i++)
@@ -1355,11 +1356,6 @@ where_are_the_whole_beams(SCM beaming)
 /*
   Calculate the Y position of the stem-end, given the Y-left, Y-right
   in POS, and for stem S.
-
-  If CORRECT, correct for beam_count of beam in case of knees.
-
-
-  TODO: junk CORRECT from this.
  */
 Real
 Beam::calc_stem_y (Grob *me, Grob* s, Interval pos, bool french)