]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4452/1: Remove ChordNameVoice as a separate \midi context
authorDavid Kastrup <dak@gnu.org>
Mon, 15 Jun 2015 16:06:41 +0000 (18:06 +0200)
committerDavid Kastrup <dak@gnu.org>
Sat, 20 Jun 2015 11:06:06 +0000 (13:06 +0200)
ly/performer-init.ly

index 1c2f45da8bd3728ad91dc562f70675869fed911d..8094bb9043d7f3a49324bdad8debf575351167a1 100644 (file)
 }
 
 \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 {