From: Thomas Morley Date: Sun, 29 Mar 2015 13:40:10 +0000 (+0200) Subject: No midi with ChordNames X-Git-Tag: release/2.19.18-1~2^2 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=e87c62083b9dcee6a714aad03518913ef87d6a77;p=lilypond.git 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 --- 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