From e87c62083b9dcee6a714aad03518913ef87d6a77 Mon Sep 17 00:00:00 2001 From: Thomas Morley Date: Sun, 29 Mar 2015 15:40:10 +0200 Subject: [PATCH] No midi with ChordNames Issue 4330 Restore the behaviour for ChordNames and ChordNameVoice in performer-init.ly which was changed by the patch for issue 4281 --- ly/performer-init.ly | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ly/performer-init.ly b/ly/performer-init.ly index 0942116dce..09abc727ba 100644 --- a/ly/performer-init.ly +++ b/ly/performer-init.ly @@ -319,9 +319,16 @@ \context { \type "Performer_group" \consists "Staff_performer" + \accepts ChordNameVoice + \defaultchild ChordNameVoice \name ChordNames } +\context { + \Voice + \name ChordNameVoice +} + \context { \type "Performer_group" \name StaffGroup -- 2.39.2