From 4da6a151ca95ac8a88d85e3ea80101040adea86f Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 18 Nov 2011 09:48:05 +0100 Subject: [PATCH] beam.cc: comment fix --- lily/beam.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lily/beam.cc b/lily/beam.cc index 4e810ce18d..5b65768a3f 100644 --- a/lily/beam.cc +++ b/lily/beam.cc @@ -466,8 +466,11 @@ Beam::calc_beam_segments (SCM smob) || abs (vertical_count) >= neighbor_seg.max_connect_); if (!event) - // Then this edge of the current segment is irrelevent because it will + // Then this edge of the current segment is irrelevant because it will // be connected with the next segment in the event_dir direction. + // If we skip the left edge here, the right edge of + // the previous segment has already been skipped since + // the conditions are symmetric continue; current.vertical_count_ = vertical_count; -- 2.39.2