]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/melody-engraver.cc
Another attempt at removing separating-group-spanner.
[lilypond.git] / lily / melody-engraver.cc
index ee0e07c9b9d1639ce196577a02c265a7e7b4a75d..9c0cb1d5fa86cb14c5a5f0269e26ed443a687d61 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 
@@ -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 ())
@@ -86,6 +86,5 @@ ADD_TRANSLATOR (Melody_engraver,
                "Create information for context dependent typesetting decisions. ",
                "MelodyItem",
                "",
-               "",
                "");