X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fstaff-performer.cc;h=756b5e3a8114a5fca147be2f6c6698ed2f76c07a;hb=5f746ae1ae44ebb1c8f0274f3dabea5c052a6a21;hp=1359af5e01ea512c5f74f24a72bebba8e7bcdc6a;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/lily/staff-performer.cc b/lily/staff-performer.cc index 1359af5e01..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--2007 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,8 +42,18 @@ private: #include "translator.icc" -ADD_TRANSLATOR (Staff_performer, "", "", - "", ""); +ADD_TRANSLATOR (Staff_performer, + /* doc */ + "", + + /* create */ + "", + + /* read */ + "", + + /* write */ + ""); Staff_performer::Staff_performer () {