]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tab-note-heads-engraver.cc
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / tab-note-heads-engraver.cc
index ae012d65131d5d9c1e656dfb54b2379ff7caabfe..5dd0c3d8fc8d75a2e190df5b0829561880945ac2 100644 (file)
@@ -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 <jiba@tuxfamily.org>,
+  Copyright (C) 2002--2010 Han-Wen Nienhuys, Jean-Baptiste Lamy <jiba@tuxfamily.org>,
+
+  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 <http://www.gnu.org/licenses/>.
 */
 
 #include <cctype>
@@ -156,12 +169,13 @@ ADD_TRANSLATOR (Tab_note_heads_engraver,
                "TabNoteHead ",
 
                /* read */
+               "fretLabels "
+               "highStringOne "
                "middleCPosition "
-               "stringTunings "
                "minimumFret "
-               "tablatureFormat "
-               "highStringOne "
-               "stringOneTopmost ",
+               "stringOneTopmost "
+               "stringTunings "
+               "tablatureFormat ",
 
                /* write */ ""
                );