]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stanza-number-align-engraver.cc
Fix \lyricsto Staff = "sop" syntax
[lilypond.git] / lily / stanza-number-align-engraver.cc
index ac1327714939b2c524f6568c65188ce4969314cb..39eae99831fb5c5c4f1ae353691523cd9e7aadd5 100644 (file)
@@ -35,8 +35,8 @@ protected:
   vector<Grob *> lyrics_;
   vector<Grob *> stanza_numbers_;
 
-  DECLARE_ACKNOWLEDGER (lyric_syllable);
-  DECLARE_ACKNOWLEDGER (stanza_number);
+  void acknowledge_lyric_syllable (Grob_info);
+  void acknowledge_stanza_number (Grob_info);
   void stop_translation_timestep ();
 };