]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-tremolo-engraver.cc
(acknowledge_stem): use
[lilypond.git] / lily / chord-tremolo-engraver.cc
index 5e73d87eec1456a23e3d9386d825896c14a237c2..35b8503b85d9a0e7a8b80b61a1e0660b0ef4faea 100644 (file)
@@ -153,7 +153,7 @@ Chord_tremolo_engraver::acknowledge_stem (Grob_info info)
       if (Stem::duration_log (s) != 1)
        beam_->set_property ("gap-count", scm_from_int (flags_ - total_duration_flags_));
 
-      if (info.music_cause ()->is_mus_type ("rhythmic-event"))
+      if (info.ultimate_music_cause ()->is_mus_type ("rhythmic-event"))
        Beam::add_stem (beam_, s);
       else
        {