]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/melody-engraver.cc
* lily/slur-configuration.cc (fit_factor): oops, skip point if
[lilypond.git] / lily / melody-engraver.cc
index 86e637ca3687ee79754fbbb6f5158b50bf416dec..ee0e07c9b9d1639ce196577a02c265a7e7b4a75d 100644 (file)
@@ -43,7 +43,8 @@ Melody_engraver::process_music ()
 void
 Melody_engraver::stop_translation_timestep ()
 {
-  if (stem_)
+  if (stem_
+      && !is_direction (stem_->get_property_data (ly_symbol2scm  ("neutral-direction"))))
     {
       extract_grob_set (stem_, "rests", rests);
       if (rests.size ())