]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.35
authorfred <fred>
Tue, 26 Mar 2002 21:47:54 +0000 (21:47 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:47:54 +0000 (21:47 +0000)
ly/performer.ly

index 105243f5c52385410776b933dfa927b2ad39e46c..78f8b443a5674ded4b26821e794879f2ee967089 100644 (file)
@@ -4,6 +4,11 @@
 \translator {
        \type "Staff_performer";
        \accepts Voice;
+       \accepts VoiceOne;              % ugh.
+       \accepts VoiceTwo;
+       \accepts VoiceThree;
+       \accepts VoiceFour;
+
        \name Staff;
        \consists "Key_performer";
        \consists "Time_signature_performer";
 \translator
 {
        \type "Performer_group_performer";
-       \name Thread ;
        \consists "Note_performer";
+ \name VoiceFour;
+}
+
+\translator
+{
+       \type "Performer_group_performer";
+       \consists "Note_performer";
+\name VoiceThree;
+}
+\translator
+{
+       \type "Performer_group_performer";
+       \consists "Note_performer";
+ \name VoiceOne;
 }
 \translator
 {
        \type "Performer_group_performer";
-       \accepts Thread;
+       \consists "Note_performer";
 \name Voice;
 }
+\translator
+{
+       \type "Performer_group_performer";
+       \name VoiceTwo;\consists "Note_performer";
+
+}
+
 \translator
 {
        \type "Performer_group_performer";
        \accepts Staff;
+       \name GrandStaff;
+}
 
-\name GrandStaff;}
+\translator {\type "Performer_group_performer";
+       \accepts Staff; \name "PianoStaff";}
 
 \translator {
        \type "Performer_group_performer";
@@ -60,6 +88,7 @@
        instrument = piano;
        \accepts Staff;
        \accepts GrandStaff;
+       \accepts PianoStaff;
        \accepts Lyrics; 
        \accepts StaffGroup;
        \accepts ChoirStaff;