X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftab-note-heads-engraver.cc;h=00b4ab156d8d93d858abf1b11f7905b453a0c85a;hb=31568c504806f35aac420a394c9eab07abd9faa7;hp=2a1c24b94310d270ba233de66f3f8f54aef4c835;hpb=49cae4a7b28489a51e8c97dc33fc64cf83ea25e7;p=lilypond.git diff --git a/lily/tab-note-heads-engraver.cc b/lily/tab-note-heads-engraver.cc index 2a1c24b943..00b4ab156d 100644 --- a/lily/tab-note-heads-engraver.cc +++ b/lily/tab-note-heads-engraver.cc @@ -26,11 +26,11 @@ using namespace std; */ class Tab_note_heads_engraver : public Engraver { - Link_array__Item_ notes_; + vector notes_; - Link_array__Item_ dots_; - Link_array__Music_ note_events_; - Link_array__Music_ tabstring_events_; + vector dots_; + vector note_events_; + vector tabstring_events_; public: TRANSLATOR_DECLARATIONS (Tab_note_heads_engraver);