X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbeam.cc;h=acfb18ff7a43d229d419840941d9f03b355016d6;hb=c4c5bf6febe39f3e4d25f52e517e9b91addcbdc0;hp=915363e4acedddd3060a0e7df2dd3b32cb5c9ed3;hpb=71cc3b4a5adf79c361d2af39f1a361a36a03f273;p=lilypond.git diff --git a/lily/beam.cc b/lily/beam.cc index 915363e4ac..acfb18ff7a 100644 --- a/lily/beam.cc +++ b/lily/beam.cc @@ -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)