From: Han-Wen Nienhuys Date: Thu, 25 Aug 2005 16:20:04 +0000 (+0000) Subject: init timing to #t. Fixes bar checks in X-Git-Tag: release/2.7.8~16 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=aecc92c326c1e3ac6fa9b80cde75c79ff82b632e;p=lilypond.git init timing to #t. Fixes bar checks in MIDI. --- diff --git a/ly/performer-init.ly b/ly/performer-init.ly index 8c18188de3..ee0872fb51 100644 --- a/ly/performer-init.ly +++ b/ly/performer-init.ly @@ -123,7 +123,8 @@ dynamicAbsoluteVolumeFunction = #default-dynamic-absolute-volume instrumentEqualizer = #default-instrument-equalizer - drumPitchTable = #(alist->hash-table midiDrumPitches) + drumPitchTable = #(alist->hash-table midiDrumPitches) + timing = ##t }