]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-tremolo-engraver.cc
Fix comment about merging
[lilypond.git] / lily / chord-tremolo-engraver.cc
index d28af332f6e892053a42a17c223da2380e9255c9..29fe53cbc5ca8be18b669a9287bdc4db0d3e4d3a 100644 (file)
@@ -159,7 +159,7 @@ Chord_tremolo_engraver::acknowledge_stem (Grob_info info)
        Beam::add_stem (beam_, s);
       else
        {
-         std::string s = _ ("stem must have Rhythmic structure");
+         string s = _ ("stem must have Rhythmic structure");
          if (info.music_cause ())
            info.music_cause ()->origin ()->warning (s);
          else
@@ -176,6 +176,7 @@ Chord_tremolo_engraver::acknowledge_stem (Grob_info info)
       stem_tremolo_->set_object ("stem",
                                 info.grob ()->self_scm ());
       stem_tremolo_->set_parent (info.grob (), X_AXIS);
+      info.grob ()->set_object ("tremolo-flag", stem_tremolo_->self_scm ());
     }
 }