]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/performer-init.ly
add Staff example.
[lilypond.git] / ly / performer-init.ly
index c02cf3b7bc8449eb69c39e79499aaf5caab591ef..d13655a8948c5f28eeec0e8ae039c26792424f55 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.8"
+\version "2.4.0"
 
                                %
                                % setup for Request->Element conversion. Guru-only
@@ -27,8 +27,9 @@
 \context {
     \type "Performer_group_performer"
     \name Voice
-    \consists "Dynamic_performer"
+    % The order of the dynamic performers is significant: absolute dynamic events must override crescendo events in midi.
     \consists "Span_dynamic_performer"
+    \consists "Dynamic_performer"
     \consists "Tie_performer"
     \consists "Piano_pedal_performer"
     \consists "Note_performer"
     \consists "Melisma_translator"
 }
 
+\context {
+  \Voice
+  \name CueVoice
+  \alias Voice
+}
 
 \context {
     \Voice