From: David Kastrup Date: Mon, 15 Jun 2015 16:06:41 +0000 (+0200) Subject: Issue 4452/1: Remove ChordNameVoice as a separate \midi context X-Git-Tag: release/2.19.22-1~24 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4e44616a79529d2b2da85057a1cb2c225b968feb;p=lilypond.git Issue 4452/1: Remove ChordNameVoice as a separate \midi context --- 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 {