lilypond-user
[Top][All Lists]
Advanced

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

Re: MIDI file problem?


From: Mats Bengtsson
Subject: Re: MIDI file problem?
Date: Tue, 27 Jun 2006 10:04:40 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417

I seem to recall that some people have experienced problems with the
LilyPond generated MIDI files when trying to play them on certain
hardware/software. You could try to verify if that's the case for you
by trying the example MIDI files at http://lilypond.org/doc/v2.6/examples.html
The Satie piece should have \tempo  4 = 60 and the Bach Fuga \tempo 4 = 84.
If these also play in 120, then it's probably a general compatibility problem
between your MIDI playing hardware/software and the way LilyPond
generates MIDI.

Exactly which version of 2.9 did you try?
I hope you know that the 2.9.x versions are development versions and
that you preferably should use the latest stable version 2.8.x for any
serious typesetting.

  /Mats

Joshua Parmenter wrote:

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/




_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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