X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fstaff-performer.cc;h=b2565b1913d897b6c26ee02cda7d7744b83f4ae0;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=1359af5e01ea512c5f74f24a72bebba8e7bcdc6a;hpb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;p=lilypond.git diff --git a/lily/staff-performer.cc b/lily/staff-performer.cc index 1359af5e01..b2565b1913 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--2008 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 () {