]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-engraver.cc
release: 1.3.1
[lilypond.git] / lily / lyric-engraver.cc
index 080546f2f5fe6524e18e880304043fb607b9f1b1..f6b61316fa50995b51fa8a8ec7f5bceb09d39d99 100644 (file)
@@ -44,10 +44,6 @@ Lyric_engraver::do_process_requests()
       text_p_->text_str_ = req_l_->text_str_;
       text_p_->text_str_ += " ";       // ugh.
 
-      SCM style = get_property ("textStyle", 0);
-      if (gh_string_p(style))
-       text_p_->style_str_ = ly_scm2string (style);
-
       text_p_->set_elt_property (non_rhythmic_scm_sym, SCM_BOOL_T);
       
       announce_element (Score_element_info (text_p_, req_l_));