From f49ad3d031271caa34dd80bbbe15f66ec5d8defe Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:10:55 +0000 Subject: [PATCH] lilypond-1.3.49 --- ly/performer.ly | 6 ++++++ 1 file changed, 6 insertions(+) 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"; }; -- 2.39.5