From 337bf54f5723a332f09c15ae1b5a637340953bc3 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Tue, 26 Jan 2010 00:29:45 +0000 Subject: [PATCH] Add FretBoards context to performer-init.ly. This silences the following warning in midi: warning: cannot find or create new `FretBoards' --- ly/performer-init.ly | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ly/performer-init.ly b/ly/performer-init.ly index d021a2cb38..4dcce2915b 100644 --- a/ly/performer-init.ly +++ b/ly/performer-init.ly @@ -80,6 +80,11 @@ \name FiguredBass } +\context { + \type "Performer_group" + \name FretBoards +} + \context { \type "Performer_group" \name GrandStaff @@ -141,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 @@ -205,6 +210,7 @@ \accepts Lyrics \accepts ChordNames \accepts FiguredBass + \accepts FretBoards \defaultchild Staff } -- 2.39.2