]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/performer-init.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / ly / performer-init.ly
index 8668acafd9b7086b59aabe6baf249dd7d366034b..d22c42277531198414fcad979d63ea8ef534905a 100644 (file)
@@ -7,7 +7,6 @@
     \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
 }