X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fperformer-init.ly;h=4dcce2915b359bc84b43122ff9c23b75709c0395;hb=7477d35aa8f656fa4ed82e186ad97109ee4fe108;hp=80898c0f121c0946395fb6b3ed0d6392f0cf8049;hpb=f9c804078f7b0a0c60e8b2c4ba34879394fb2332;p=lilypond.git diff --git a/ly/performer-init.ly b/ly/performer-init.ly index 80898c0f12..4dcce2915b 100644 --- a/ly/performer-init.ly +++ b/ly/performer-init.ly @@ -1,3 +1,21 @@ +%%%% This file is part of LilyPond, the GNU music typesetter. +%%%% +%%%% Copyright (C) 1996--2010 Han-Wen Nienhuys +%%%% 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 . + \version "2.12.0" %% @@ -60,7 +78,11 @@ \context { \type "Performer_group" \name FiguredBass - \consists "Swallow_performer" +} + +\context { + \type "Performer_group" + \name FretBoards } \context { @@ -88,8 +110,8 @@ \context { \type "Performer_group" \name "Devnull" - \consists "Swallow_performer" } + \context { \Staff \name TabStaff @@ -124,13 +146,13 @@ \accepts GrandStaff \accepts PianoStaff \accepts TabStaff - \accepts Staff \accepts StaffGroup \accepts Devnull \accepts ChoirStaff \accepts RhythmicStaff \accepts ChordNames \accepts FiguredBass + \accepts FretBoards \accepts Lyrics \accepts VaticanaStaff @@ -138,7 +160,6 @@ \consists "Control_track_performer" \consists "Tempo_performer" \consists "Timing_translator" - \consists "Swallow_performer" \defaultchild "Staff" @@ -189,6 +210,7 @@ \accepts Lyrics \accepts ChordNames \accepts FiguredBass + \accepts FretBoards \defaultchild Staff }