]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/melody-engraver.cc
diff --git a/ChangeLog b/ChangeLog
[lilypond.git] / lily / melody-engraver.cc
index 01fb89e4ac5f2ae25f0dc5b8ae8aefe132376494..f968eae3211313fe552ce144c7e6201b19965da3 100644 (file)
@@ -44,7 +44,7 @@ void
 Melody_engraver::stop_translation_timestep ()
 {
   if (stem_
-      && !is_direction (stem_->get_property_data (ly_symbol2scm  ("neutral-direction"))))
+      && !is_direction (stem_->get_property_data ("neutral-direction")))
     {
       extract_grob_set (stem_, "rests", rests);
       if (rests.size ())