leniency to make sit (upstem) on outer line not be forbidden.
+2004-07-05 Han-Wen Nienhuys <hanwen@xs4all.nl>
+
+ * lily/beam-quanting.cc (score_forbidden_quants): backport, more
+ leniency to make sit (upstem) on outer line not be forbidden.
+
2004-07-04 Han-Wen Nienhuys <hanwen@xs4all.nl>
* VERSION: release 2.2.4
This test is too weak; we should really check all lines.
*/
Direction stem_dir = dirs[d];
- Real gap1 = y[d] - stem_dir * ((j-1) * beam_translation + thickness / 2 - slt/2 );
- Real gap2 = y[d] - stem_dir * (j * beam_translation - thickness / 2 + slt/2);
+ Real gap1 = y[d] - stem_dir * ((j-1) * beam_translation + thickness / 2 - slt/2.2 );
+ Real gap2 = y[d] - stem_dir * (j * beam_translation - thickness / 2 + slt/2.2);
Interval gap;
gap.add_point (gap1);