]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/performer.ly
release: 1.3.49
[lilypond.git] / ly / performer.ly
index ff373d52197ac71af5d68ab31cd49f5a28b0d949..90eddae484739cbbd762436e1609a7844632877c 100644 (file)
@@ -17,6 +17,10 @@ StaffContext = \translator {
        dynamicStyle = #"dynamic"
 };
 \translator { \StaffContext }
+\translator { \StaffContext
+  \name RhythmicStaff;
+}
+
 
 VoiceContext = \translator {
        \type "Performer_group_performer";
@@ -24,6 +28,7 @@ VoiceContext = \translator {
 % All notes fall to Grace if you leave Thread out (huh?)
        \consists "Dynamic_performer";
        \consists "Span_dynamic_performer";
+       \consists "Piano_pedal_performer";
        \consists "Grace_position_performer";
        \accepts Thread;
        \accepts Grace;
@@ -56,6 +61,7 @@ GraceContext = \translator {
 GrandStaffContext = \translator {
        \type "Performer_group_performer";
        \name GrandStaff;
+       \accepts RhythmicStaff;
        \accepts Staff;
 };
 \translator { \GrandStaffContext }
@@ -116,6 +122,7 @@ ScoreContext = \translator {
        \accepts Lyrics; 
        \accepts StaffGroup;
        \accepts ChoirStaff;
+       \accepts RhythmicStaff;
        \accepts ChordNames;
        \consists "Swallow_performer";
 };