lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MIDI file problem?


From: Joshua Parmenter
Subject: MIDI file problem?
Date: Mon, 26 Jun 2006 21:11:51 -0700

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
address@hidden
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/






reply via email to

[Prev in Thread] Current Thread [Next in Thread]