]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/performer-init.ly
* python/midi.c (midi_parse_track): robustness: don't read past
[lilypond.git] / ly / performer-init.ly
index d74ea2651f3074100cd8016d38007fe1f47de947..726ffaa6613e926bfd88ae08413b9e94c470a7d7 100644 (file)
@@ -12,8 +12,6 @@
     
     \consists "Staff_performer"
     \consists "Key_performer"
-    \consists "Tempo_performer"
-    \consists "Time_signature_performer"
 }
 \context {
     \name Global
     \accepts FiguredBass
     \accepts Lyrics
     \accepts VaticanaStaff
-    
+
+    \consists "Time_signature_performer"
+    \consists "Control_track_performer"
+    \consists "Tempo_performer"
     \consists "Timing_translator"
     \consists "Swallow_performer"
-
+    
     \defaultchild "Staff"
     
     dynamicAbsoluteVolumeFunction = #default-dynamic-absolute-volume
     \consists "Staff_performer" % Performer_group ?
     \consists "Lyric_performer"
     \name Lyrics
-    \consists "Time_signature_performer"
-    \consists "Tempo_performer"
 }
 
 \context{