]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/multi-measure-rest-engraver.cc
* mf/GNUmakefile: always trace pfa fonts.
[lilypond.git] / lily / multi-measure-rest-engraver.cc
index 09b81be76006c8f15f8d17378254f9cba42b02c2..b25fd144d11642f90de8784e9bd22ef0e656e139 100644 (file)
@@ -115,7 +115,7 @@ Multi_measure_rest_engraver::process_music ()
              SCM t = e->get_mus_property ("text");
              SCM dir = e->get_mus_property ("direction");
              sp->set_grob_property ("text",t);
-             if (ly_dir_p (dir))
+             if (is_direction (dir))
                sp->set_grob_property ("direction",dir);
              
              numbers_.push (sp);