]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.49
authorfred <fred>
Tue, 26 Mar 2002 23:10:55 +0000 (23:10 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:10:55 +0000 (23:10 +0000)
ly/performer.ly

index 3337c51cc821c1ed66703adbce4fcc819e51d4dc..90eddae484739cbbd762436e1609a7844632877c 100644 (file)
@@ -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";
 };