X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnote-performer.cc;h=ff3f5b3f816a2212886c726e6a3a98c0b218e04c;hb=7d870a2890deabfa746d2c17038a00fa9afb8897;hp=776061f6c6f1690ec9fc38eac13624b3c85effe3;hpb=3ca3c192ce26488b14dc389f6ec5b1d3a5ef829d;p=lilypond.git diff --git a/lily/note-performer.cc b/lily/note-performer.cc index 776061f6c6..ff3f5b3f81 100644 --- a/lily/note-performer.cc +++ b/lily/note-performer.cc @@ -1,9 +1,20 @@ /* - note-performer.cc -- implement Note_performer + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1996--2011 Jan Nieuwenhuizen - (c) 1996--2007 Jan Nieuwenhuizen + LilyPond is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ #include "performer.hh" @@ -111,8 +122,19 @@ Note_performer::listen_note (Stream_event *ev) note_evs_.push_back (ev); } -ADD_TRANSLATOR (Note_performer, "", "", - "", ""); +ADD_TRANSLATOR (Note_performer, + /* doc */ + "", + + /* create */ + "", + + /* read */ + "", + + /* write */ + "" + ); Note_performer::Note_performer () {