]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-performer.cc
* configure.in: Test for and accept lmodern if EC fonts not found.
[lilypond.git] / lily / lyric-performer.cc
index 3d41c21be6fbdd8c306ac77f99eeb57f0ac5ecb1..8118c60d90ba7e66c0b0ef952b9ec42b3d219c2b 100644 (file)
@@ -6,11 +6,8 @@
   (c) 1997--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
-#include "event.hh"
 #include "audio-item.hh"
-#include "lily-proto.hh"
 #include "performer.hh"
-#include "array.hh"
 
 class Lyric_performer : public Performer {
 public:
@@ -40,7 +37,7 @@ Lyric_performer::create_audio_elements ()
 {
   // FIXME: won't work with fancy lyrics
   if (lreqs_.size ()
-      && is_string (lreqs_[0]->get_property ("text"))
+      && scm_is_string (lreqs_[0]->get_property ("text"))
       && ly_scm2string (lreqs_[0]->get_property ("text")).length ())
     {
       audio_ = new Audio_text (Audio_text::LYRIC,