PStaff *pstaff_l_;
/* *************** */
- Staff_column*create_col(Score_column*);
- virtual Item *get_TYPESET_item(Command*);
+ Staff_column*create_col();
virtual void set_output(PScore *);
- void process_commands( PCursor<Command*> &where);
- virtual void walk();
-
+ virtual Staff_walker *get_walker_p();
Complex_staff();
};
-//
-// lyricstaff.hh -- part of LilyPond
-//
-// copyright 1997 Jan Nieuwenhuizen <jan@digicash.nl>
+/*
+ lyricstaff.hh -- part of LilyPond
+
+ copyright 1997 Jan Nieuwenhuizen <jan@digicash.nl>
+ */
#ifndef LYRICSTAFF_HH
#define LYRICSTAFF_HH
#include "staff.hh"
-/// (lstaff)
+/**
+ Hungarian prefix lstaff
+ */
struct Lyric_staff : Staff {
PStaff* pstaff_l_;
- Staff_column* create_col(Score_column*);
-
+ Staff_column* create_col();
virtual void set_output(PScore *);
- void process_commands(PCursor<Command*> &where);
- virtual void walk();
-
+ virtual Staff_walker *get_walker_p();
Lyric_staff();
};