From: fred Date: Tue, 26 Mar 2002 23:10:55 +0000 (+0000) Subject: lilypond-1.3.49 X-Git-Tag: release/1.5.59~1681 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f49ad3d031271caa34dd80bbbe15f66ec5d8defe;p=lilypond.git lilypond-1.3.49 --- diff --git a/ly/performer.ly b/ly/performer.ly index 3337c51cc8..90eddae484 100644 --- a/ly/performer.ly +++ b/ly/performer.ly @@ -17,6 +17,10 @@ StaffContext = \translator { dynamicStyle = #"dynamic" }; \translator { \StaffContext } +\translator { \StaffContext + \name RhythmicStaff; +} + VoiceContext = \translator { \type "Performer_group_performer"; @@ -57,6 +61,7 @@ GraceContext = \translator { GrandStaffContext = \translator { \type "Performer_group_performer"; \name GrandStaff; + \accepts RhythmicStaff; \accepts Staff; }; \translator { \GrandStaffContext } @@ -117,6 +122,7 @@ ScoreContext = \translator { \accepts Lyrics; \accepts StaffGroup; \accepts ChoirStaff; + \accepts RhythmicStaff; \accepts ChordNames; \consists "Swallow_performer"; };