]> git.donarmstrong.com Git - lilypond.git/commitdiff
init timing to #t. Fixes bar checks in
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 25 Aug 2005 16:20:04 +0000 (16:20 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 25 Aug 2005 16:20:04 +0000 (16:20 +0000)
MIDI.

ly/performer-init.ly

index 8c18188de3f2056a5e74856bae450ca918ebdcd7..ee0872fb51d9ba9b2d6e0245f13adc692213482a 100644 (file)
     
     dynamicAbsoluteVolumeFunction = #default-dynamic-absolute-volume
     instrumentEqualizer = #default-instrument-equalizer
-    drumPitchTable = #(alist->hash-table midiDrumPitches) 
+    drumPitchTable = #(alist->hash-table midiDrumPitches)
+    timing = ##t 
 }