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