From 8fc0065379238f46977a22a90559a25833b5a75b Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 9 Oct 2004 13:36:31 +0000 Subject: [PATCH] *** empty log message *** --- lily/auto-beam-engraver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/auto-beam-engraver.cc b/lily/auto-beam-engraver.cc index 2f9fa0d693..51220537ec 100644 --- a/lily/auto-beam-engraver.cc +++ b/lily/auto-beam-engraver.cc @@ -321,7 +321,7 @@ Auto_beam_engraver::begin_beam () beam_start_moment_ = now_mom (); beam_start_location_ = - robust_scm2moment (unsmob_moment (get_property ("measurePosition"), Moment(0)); + robust_scm2moment (get_property ("measurePosition"), Moment(0)); subdivide_beams_ = ly_scm2bool (get_property ("subdivideBeams")); beat_length_ = robust_scm2moment (get_property ("beatLength"), Moment(1,4)); } -- 2.39.5