lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

No midi with ChordNames (issue 217450043 by address@hidden)


From: thomasmorley65
Subject: No midi with ChordNames (issue 217450043 by address@hidden)
Date: Sun, 29 Mar 2015 13:50:36 +0000

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]