From 605c79068046897a4ef40085616e115e673f3f8f Mon Sep 17 00:00:00 2001
From: fred <fred>
Date: Tue, 26 Mar 2002 21:47:54 +0000
Subject: [PATCH] lilypond-1.1.35

---
 ly/performer.ly | 35 ++++++++++++++++++++++++++++++++---
 1 file changed, 32 insertions(+), 3 deletions(-)

diff --git a/ly/performer.ly b/ly/performer.ly
index 105243f5c5..78f8b443a5 100644
--- a/ly/performer.ly
+++ b/ly/performer.ly
@@ -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";
@@ -12,21 +17,44 @@
 \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;
-- 
2.39.5