]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/performer-init.ly
* ly/performer-init.ly: Add some missing links in the context
[lilypond.git] / ly / performer-init.ly
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
 }