X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fkey-performer.cc;h=cab1a30e29df4068b1184dafb7eb77a84fee2f61;hb=549bf8cf0149565b312a41f5c7b13e8bb6e53b43;hp=32f94a632ed1356aaa48394432237f901ce9d28c;hpb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;p=lilypond.git diff --git a/lily/key-performer.cc b/lily/key-performer.cc index 32f94a632e..cab1a30e29 100644 --- a/lily/key-performer.cc +++ b/lily/key-performer.cc @@ -1,9 +1,20 @@ /* - key-performer.cc -- implement Key_performer + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1997--2010 Jan Nieuwenhuizen - (c) 1997--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 "audio-item.hh" @@ -96,7 +107,15 @@ Key_performer::listen_key_change (Stream_event *ev) } ADD_TRANSLATOR (Key_performer, + /* doc */ "", + + /* create */ "", + + /* read */ "", - ""); + + /* write */ + "" + );