From: Han-Wen Nienhuys Date: Thu, 12 Oct 2006 13:02:59 +0000 (+0000) Subject: * lily/paper-column-engraver.cc (stop_translation_timestep): also X-Git-Tag: release/2.10.0-2~189 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bf689da6077e742f9f3827bf03e732b48072c5f2;p=lilypond.git * lily/paper-column-engraver.cc (stop_translation_timestep): also typecheck barnumber. * lily/paper-column-engraver.cc (stop_translation_timestep): set rhythmic-location for paper column grobs. --- diff --git a/lily/paper-column-engraver.cc b/lily/paper-column-engraver.cc index cdf2e500e5..f061b910bd 100644 --- a/lily/paper-column-engraver.cc +++ b/lily/paper-column-engraver.cc @@ -205,7 +205,7 @@ Paper_column_engraver::stop_translation_timestep () SCM mpos = get_property ("measurePosition"); - SCM barnum = get_property ("internalBarNumber"), + SCM barnum = get_property ("internalBarNumber"); if (unsmob_moment (mpos) && scm_is_integer (barnum)) {