From: fred Date: Tue, 26 Mar 2002 21:47:54 +0000 (+0000) Subject: lilypond-1.1.35 X-Git-Tag: release/1.5.59~2545 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=605c79068046897a4ef40085616e115e673f3f8f;p=lilypond.git lilypond-1.1.35 --- 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;