]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-performer.cc
* lily/paper-score.cc (process): Do not show progress newline.
[lilypond.git] / lily / lyric-performer.cc
index ae6e778ab23284a223405891d8149155c88f7e42..09a38f40b01f4d390147d1113cdab5ddceb3ff45 100644 (file)
@@ -14,7 +14,7 @@
 
 class Lyric_performer : public Performer {
 public:
-  TRANSLATOR_DECLARATIONS(Lyric_performer);
+  TRANSLATOR_DECLARATIONS (Lyric_performer);
 protected:
 
   virtual bool try_music (Music* req);
@@ -40,7 +40,7 @@ Lyric_performer::create_audio_elements ()
 {
   // FIXME: won't work with fancy lyrics
   if (lreqs_.size ()
-      && gh_string_p (lreqs_[0]->get_property ("text"))
+      && ly_c_string_p (lreqs_[0]->get_property ("text"))
       && ly_scm2string (lreqs_[0]->get_property ("text")).length ())
     {
       audio_ = new Audio_text (Audio_text::LYRIC,
@@ -73,4 +73,4 @@ Lyric_performer::try_music (Music* req)
   return false;
 }
 
-ENTER_DESCRIPTION(Lyric_performer,"","","lyric-event","","","");
+ENTER_DESCRIPTION (Lyric_performer,"","","lyric-event","","","");