]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/paper-column-engraver.cc (stop_translation_timestep): also
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 12 Oct 2006 13:02:59 +0000 (13:02 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 12 Oct 2006 13:02:59 +0000 (13:02 +0000)
typecheck barnumber.

* lily/paper-column-engraver.cc (stop_translation_timestep): set
rhythmic-location for paper column grobs.

lily/paper-column-engraver.cc

index cdf2e500e57d89b3f7ca5e47e10de89d0a5f06df..f061b910bd787c725215bce6d738483e78fca0f8 100644 (file)
@@ -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))
     {