]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/performer.ly
release: 1.3.31
[lilypond.git] / ly / performer.ly
index 21ec1095f2f6efac7d1ad6389dc80bce2435d771..132d0e8c84cb5af325eae5f07dc02c57257a13a1 100644 (file)
@@ -14,6 +14,7 @@ StaffContext = \translator {
        \consists "Key_performer";
        \consists "Time_signature_performer";
        \consists "Tempo_performer";
+%      \consists "Span_dynamic_performer";
        dynamicStyle = #"dynamic"
 };
 \translator { \StaffContext }
@@ -43,6 +44,7 @@ VoiceContext = \translator {
        \name Voice;
 % All notes fall to Grace if you leave Thread out (huh?)
        \consists "Dynamic_performer";   % must come before text_engraver.
+       \consists "Span_dynamic_performer";
        \consists "Grace_position_performer";
        \accepts Thread;
        \accepts Grace;