From: hanwen 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.16^2~216 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7ff49127cb56140e75a8f0002ab666285fdf0e03;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 }