X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fstaff-performer.cc;h=756b5e3a8114a5fca147be2f6c6698ed2f76c07a;hb=646ef7938ab587c23bf120b9f00c68cef744b365;hp=c73ab6eb81e322bb6a3747b1f97bb69399c8be3c;hpb=6d37e68b8d93284b8ce8a17975fe3ac482a02f2d;p=lilypond.git diff --git a/lily/staff-performer.cc b/lily/staff-performer.cc index c73ab6eb81..756b5e3a81 100644 --- a/lily/staff-performer.cc +++ b/lily/staff-performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2006 Jan Nieuwenhuizen + (c) 1997--2009 Jan Nieuwenhuizen */ #include "warn.hh" @@ -13,8 +13,8 @@ #include "performer-group.hh" #include "context.hh" -/** Perform a staff. Individual notes should have their instrument - (staff-wide) set, so we override play_element () +/* Perform a staff. Individual notes should have their instrument + (staff-wide) set, so we override play_element () */ class Staff_performer : public Performer { @@ -42,9 +42,18 @@ private: #include "translator.icc" -ADD_TRANSLATOR (Staff_performer, "", "", +ADD_TRANSLATOR (Staff_performer, + /* doc */ "", - "", ""); + + /* create */ + "", + + /* read */ + "", + + /* write */ + ""); Staff_performer::Staff_performer () {