]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/auto-beam-engraver.cc
Merge commit 'origin/lilypond/translation'
[lilypond.git] / lily / auto-beam-engraver.cc
index 7c9927d467eaf5713b0e563f80daf5e6842a0887..d299d2e6e704c8679dfcfe2b055082c072e174cd 100644 (file)
@@ -385,7 +385,8 @@ Auto_beam_engraver::acknowledge_stem (Grob_info info)
     return;
 
   grouping_->add_stem (now - beam_start_moment_ + beam_start_location_,
-                      durlog - 2);
+                      durlog - 2,
+                      Stem::is_invisible (stem));
   stems_->push_back (stem);
   last_add_mom_ = now;
   extend_mom_ = max (extend_mom_, now) + get_event_length (ev, now);