From 93546c7d9009b40dd3c7359034fbc0a9d4ea1b03 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 4 Jan 2013 14:22:57 +0100 Subject: [PATCH] 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. --- ly/performer-init.ly | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 } -- 2.39.2