]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3082: Let ChordNameVoice use the same performers as Voice
authorDavid Kastrup <dak@gnu.org>
Fri, 4 Jan 2013 13:22:57 +0000 (14:22 +0100)
committerDavid Kastrup <dak@gnu.org>
Wed, 9 Jan 2013 06:52:42 +0000 (07:52 +0100)
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

index fddfbf09188e839542ae21ad77fdf281f3fb37b4..f26ed9f87db639f8ad93ff8142eebb05193c469c 100644 (file)
 }
 
 \context {
-  \type "Performer_group"
-  \consists "Note_performer"
+  \Voice
   \name ChordNameVoice
 }