Reviewers: ,

Message:
please review

Description:
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

Please review this at https://codereview.appspot.com/217450043/

Affected files (+7, -0 lines):
  M ly/performer-init.ly


Index: ly/performer-init.ly
diff --git a/ly/performer-init.ly b/ly/performer-init.ly
index 0942116dcef34cfc47a3d05c42cf537c78697c99..09abc727ba7da9dfdf392cbd396af1d68e4de3e7 100644
--- a/ly/performer-init.ly
+++ b/ly/performer-init.ly
@@ -319,10 +319,17 @@
 \context {
   \type "Performer_group"
   \consists "Staff_performer"
+  \accepts ChordNameVoice
+  \defaultchild ChordNameVoice
   \name ChordNames
 }

 \context {
+  \Voice
+  \name ChordNameVoice
+}
+
+\context {
   \type "Performer_group"
   \name StaffGroup
   \accepts ChoirStaff



_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to