]> git.donarmstrong.com Git - lilypond.git/commitdiff
* ly/performer-init.ly: Add some missing links in the context
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Thu, 22 Jun 2006 09:19:01 +0000 (09:19 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Thu, 22 Jun 2006 09:19:01 +0000 (09:19 +0000)
hierarchy for MIDI output. There are probably some more missing!

ChangeLog
ly/performer-init.ly

index bfba662fb3726043f58f76f770cacf19b7476b3e..86265f4e8df393062a65453a9984816b687df1fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * ly/performer-init.ly: Add some missing links in the context
+       hierarchy for MIDI output. There are probably some more missing!
+
 2006-06-21  Graham Percival  <gpermus@gmail.com>
 
        * Documentation/user/ various: minor spelling fixes;
index d22c42277531198414fcad979d63ea8ef534905a..8668acafd9b7086b59aabe6baf249dd7d366034b 100644 (file)
@@ -7,6 +7,7 @@
     \type "Performer_group"
     \name Staff
     \accepts Voice
+    \accepts CueVoice
     \defaultchild Voice
     
     \consists "Staff_performer"
   \alias Voice
 }
 
+\context {
+  \Voice
+  \name VaticanaVoice
+  \alias Voice
+}
+
 \context {
     \Voice
     \remove "Note_performer"
     \defaultchild "TabVoice"
 }
 
+\context {
+    \type "Performer_group"
+    \name "VaticanaStaff"
+    \alias "Staff"
+    \denies "Voice"
+    \accepts "VaticanaVoice"
+    \defaultchild "VaticanaVoice"
+}
+
 \context {
     \type "Score_performer"
 
     \accepts ChordNames
     \accepts FiguredBass
     \accepts Lyrics
+    \accepts VaticanaStaff
     
     \consists "Timing_translator"
     \consists "Swallow_performer"
     \name StaffGroup
     \accepts Staff
     \accepts DrumStaff
+    \accepts TabStaff
+    \accepts RhythmicStaff
+    \accepts GrandStaff
+    \accepts PianoStaff
+    \accepts Lyrics
+    \accepts ChordNames
+    \accepts FiguredBass
 
     \defaultchild Staff
 }