From: David Kastrup Date: Fri, 4 Jan 2013 13:22:57 +0000 (+0100) Subject: Issue 3082: Let ChordNameVoice use the same performers as Voice X-Git-Tag: release/2.17.10-1~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=93546c7d9009b40dd3c7359034fbc0a9d4ea1b03;p=lilypond.git Issue 3082: Let ChordNameVoice use the same performers as Voice In particular, ties should be heeded when creating Midi from a ChordNames context as they result in the omission of the engraved chord name if an identical chord follows. Reasoning for beams and slurs is fuzzier, but an articulation different from the same music in a regular Voice context does not seem to make sense. --- diff --git a/ly/performer-init.ly b/ly/performer-init.ly index fddfbf0918..f26ed9f87d 100644 --- a/ly/performer-init.ly +++ b/ly/performer-init.ly @@ -271,8 +271,7 @@ } \context { - \type "Performer_group" - \consists "Note_performer" + \Voice \name ChordNameVoice }