X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fperformer-init.ly;h=e32f3ff1435c692f10465189ea429a1f70a1cfa0;hb=d544bd3103acc8175089ec6aeecd57376f2d201d;hp=a929bc9d5d8bc864468f0ef75270c713b88cf43c;hpb=b4459d71ac1a86b73fbae1cb320127a1ed1ed1fb;p=lilypond.git diff --git a/ly/performer-init.ly b/ly/performer-init.ly index a929bc9d5d..e32f3ff143 100644 --- a/ly/performer-init.ly +++ b/ly/performer-init.ly @@ -1,6 +1,6 @@ %%%% This file is part of LilyPond, the GNU music typesetter. %%%% -%%%% Copyright (C) 1996--2009 Han-Wen Nienhuys +%%%% Copyright (C) 1996--2011 Han-Wen Nienhuys %%%% Jan Nieuwenhuizen %%%% %%%% LilyPond is free software: you can redistribute it and/or modify @@ -16,7 +16,7 @@ %%%% You should have received a copy of the GNU General Public License %%%% along with LilyPond. If not, see . -\version "2.12.0" +\version "2.14.0" %% %% setup for Request->Element conversion. @@ -80,6 +80,11 @@ \name FiguredBass } +\context { + \type "Performer_group" + \name FretBoards +} + \context { \type "Performer_group" \name GrandStaff @@ -132,6 +137,7 @@ melismaBusyProperties = #default-melisma-properties instrumentName = #"bright acoustic" + midiChannelMapping = #'staff %% quarter = 60 tempoWholesPerMinute = #(ly:make-moment 15 1) @@ -141,13 +147,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 @@ -205,6 +211,7 @@ \accepts Lyrics \accepts ChordNames \accepts FiguredBass + \accepts FretBoards \defaultchild Staff }