]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 9 Oct 2004 13:36:31 +0000 (13:36 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 9 Oct 2004 13:36:31 +0000 (13:36 +0000)
lily/auto-beam-engraver.cc

index 2f9fa0d6935d1928db0e8c3c3b2967684b18f501..51220537eca12f99602b6b18f457f78951e344fb 100644 (file)
@@ -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));
 }