]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stanza-number-align-engraver.cc
* flower/include/std-string.hh:
[lilypond.git] / lily / stanza-number-align-engraver.cc
index 3f80169b0cc35bfd60d209080740d176b270ac92..bf4da5f840acd726f132b06b73e7beb2bcd4e9aa 100644 (file)
@@ -21,8 +21,8 @@ public:
   TRANSLATOR_DECLARATIONS (Stanza_number_align_engraver);
 
 protected:
-  Link_array__Grob_ lyrics_;
-  Link_array__Grob_ stanza_numbers_;
+  vector<Grob*> lyrics_;
+  vector<Grob*> stanza_numbers_;
 
   DECLARE_ACKNOWLEDGER (lyric_syllable);
   DECLARE_ACKNOWLEDGER (stanza_number);