X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftab-note-heads-engraver.cc;h=3c5b2e91d195e92cfe38bc12d2f6a210600b3f02;hb=d0412c1625beb86d6a067543e74d23f5af60d9f8;hp=ae012d65131d5d9c1e656dfb54b2379ff7caabfe;hpb=7f3f0083f89d87c5ed0422858e9648fc759e98a4;p=lilypond.git diff --git a/lily/tab-note-heads-engraver.cc b/lily/tab-note-heads-engraver.cc index ae012d6513..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--2008 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 */ "" );