X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftab-note-heads-engraver.cc;h=3c5b2e91d195e92cfe38bc12d2f6a210600b3f02;hb=0a0da41d935f7744e7ffd934034f25c40d4c59be;hp=dd4ab16008771bdc2399e33b664d37bc98cf6718;hpb=2eb63c6977706ba261e4ee0674c734a34b3ee904;p=lilypond.git diff --git a/lily/tab-note-heads-engraver.cc b/lily/tab-note-heads-engraver.cc index dd4ab16008..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 @@ -156,12 +169,13 @@ ADD_TRANSLATOR (Tab_note_heads_engraver, "TabNoteHead ", /* read */ + "fretLabels " + "highStringOne " "middleCPosition " - "stringTunings " "minimumFret " - "tablatureFormat " - "highStringOne " - "stringOneTopmost ", + "stringOneTopmost " + "stringTunings " + "tablatureFormat ", /* write */ "" );