X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftab-note-heads-engraver.cc;h=3c5b2e91d195e92cfe38bc12d2f6a210600b3f02;hb=8e3d69a83919b4754f73c1ad99239938d157edb8;hp=045e3f3b6dfabb45c5c42ac349777f5311fdfe19;hpb=1161f74730ece4e1afcae344da7379bc9e184c78;p=lilypond.git diff --git a/lily/tab-note-heads-engraver.cc b/lily/tab-note-heads-engraver.cc index 045e3f3b6d..3c5b2e91d1 100644 --- a/lily/tab-note-heads-engraver.cc +++ b/lily/tab-note-heads-engraver.cc @@ -1,7 +1,20 @@ /* - tab-note-heads-engraver.cc -- part of GNU LilyPond + This file is part of LilyPond, the GNU music typesetter. - (c) 2002--2007 Han-Wen Nienhuys, Jean-Baptiste Lamy , + Copyright (C) 2002--2009 Han-Wen Nienhuys, Jean-Baptiste Lamy , + + 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 @@ -148,18 +161,22 @@ Tab_note_heads_engraver::stop_translation_timestep () } ADD_TRANSLATOR (Tab_note_heads_engraver, - /* doc */ "Generate one or more tablature noteheads from event of type NoteEvent.", + /* doc */ + "Generate one or more tablature noteheads from event of type" + " @code{NoteEvent}.", + /* create */ - "TabNoteHead " - , + "TabNoteHead ", /* read */ + "fretLabels " + "highStringOne " "middleCPosition " - "stringTunings " "minimumFret " - "tablatureFormat " - "highStringOne " - "stringOneTopmost ", + "stringOneTopmost " + "stringTunings " + "tablatureFormat ", - /* write */ ""); + /* write */ "" + );