]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-engraver.cc
more gitignore stuff.
[lilypond.git] / lily / lyric-engraver.cc
index e11f4ec222156d18672805fa1338aabbf36d97c6..75556716ec83cd3057ec78af55d873c656fff4f0 100644 (file)
@@ -69,7 +69,6 @@ Lyric_engraver::process_music ()
       else
        {
          text_ = make_item ("LyricText", event_->self_scm ());
-         text_->set_property ("text", text);
        }
     }
 }
@@ -159,6 +158,5 @@ Lyric_engraver::stop_translation_timestep ()
 ADD_TRANSLATOR (Lyric_engraver,
                /* doc */ "",
                /* create */ "LyricText",
-               /* accept */ "lyric-event",
                /* read */ "",
                /* write */ "");