From 4e44616a79529d2b2da85057a1cb2c225b968feb Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Mon, 15 Jun 2015 18:06:41 +0200 Subject: [PATCH] Issue 4452/1: Remove ChordNameVoice as a separate \midi context --- ly/performer-init.ly | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/ly/performer-init.ly b/ly/performer-init.ly index 1c2f45da8b..8094bb9043 100644 --- a/ly/performer-init.ly +++ b/ly/performer-init.ly @@ -325,16 +325,9 @@ } \context { - \type "Performer_group" - \consists "Staff_performer" - \accepts ChordNameVoice - \defaultchild ChordNameVoice + \Voice % We want all the actual performers \name ChordNames -} - -\context { - \Voice - \name ChordNameVoice + \consists "Staff_performer" } \context { -- 2.39.5