]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/performer-init.ly
input/regression/bookparts.ly fails at PDF conversion stage
[lilypond.git] / ly / performer-init.ly
index 0942116dcef34cfc47a3d05c42cf537c78697c99..0c4a03af59379d545c3f2aa8d5344e7f18a372dc 100644 (file)
   dynamicAbsoluteVolumeFunction = #default-dynamic-absolute-volume
   instrumentEqualizer = #default-instrument-equalizer
   drumPitchTable = #(alist->hash-table midiDrumPitches)
+
+  %% \quoteDuring is supposed to quote everything but we don't admit
+  %% cue events by default in order not to get multiple midi
+  %% renditions in an orchestral score.
+
+  quotedEventTypes = #'(StreamEvent)
+  quotedCueEventTypes = #'()
+
   timing = ##t
 }
 
 }
 
 \context {
-  \type "Performer_group"
-  \consists "Staff_performer"
+  \Voice                       % We want all the actual performers
   \name ChordNames
+  \alias Staff                 % Catch Staff-level overrides like
+                               % \key, \transposition
+  \consists "Staff_performer"
 }
 
 \context {