Hi everyone,
I seem to be having a little problem with MIDI files in LilyPond 2.9.
The pasted code at the bottom seems to be rendering with a tempo of
quarter equals 120 no matter what I do... Does anyone else have this
problem? Is there anything I am missing?
Thanks,
Josh
% LilyPond score file
\version "2.9"
violinA = {
\set Staff.instrument = "Violin"
\override Staff.TimeSignature #'style = #'()
\autoBeamOff
#(set-accidental-style 'default)
\clef treble
<< {\time 4/4 \oneVoice c'16[ c'16 cis'16 cis'16] cis'16[ d'16
d'16 d'16] d'16[ dis'16 dis'16 dis'16] e'16[ e'16 e'16 f'16] | %1
f'16[ f'16 f'16 fis'16] fis'16[ fis'16 g'16 g'16] g'16[ gis'16
gis'16 gis'16] gis'16[ a'16 a'16 a'16] | %2
ais'16[ ais'16 ais'16 b'16] b'16[ b'16 b'16 c''16] r2 \bar
"|." | %3
}
>>
}
\score {
<<
\new Staff \violinA
>>
\midi {
\tempo 4 = 30
% \tempo 4 = 120
}
}
******************************************
Joshua Parmenter
[EMAIL PROTECTED]
Post-Doctoral Research Associate - Center for Digital Arts and
Experimental Media
Raitt Hall - University of Washington
Seattle, Washington 98195
http://www.dxarts.washington.edu
http://www.realizedsound.net/josh/
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user