I had the same problem. same system configuration.
Am 07.02.2006 um 15:07 schrieb Marius Amado Alves:
\tempo does not seem to be working here (Mac OS X 10.3, LilyPond
2.6.5, QuickTime Player 7.0.4) It does not have an effect on the
MIDI output. What am I missing? Thanks a lot. The test piece follows.
\header {
title = "Blue Pearl"
subtitle = "2nd mov. of Blue Pearl suite"
composer = "Marius Amado Alves"
copyright = "© 1980, 2006 Marius Amado Alves — www.amado-alves.info"}
organRight =
{
\tempo 4 = 43
\clef "treble"
\key c \major
\time 4/4
{e''16 c'' g' f'' c'' g' g'' c'' g' f'' c'' g' e'' c'' g' r} |
{e''16 c'' g' f'' c'' g' g'' c'' g' f'' c'' g' e'' c'' g' r} |
{e''16 c'' g' f'' c'' g' g'' c'' g' f'' c'' g' e'' c'' g' r} |
}
organLeft =
{
\tempo 4 = 43
\clef bass
\key c \major
\time 4/4
{c8 r2. r16 g,16} |
{c8 r2..} |
{c8 r2. r16 g,16} |
}
bassPart =
{
\tempo 4 = 43
\clef "bass_8"
\key c \major
\time 4/4
{c,8 r2. r16 g,,16} |
{c,8 r2..} |
{c,8 r2. r16 g,,16} |
}
drumPart =
\tempo 4 = 43
\drummode
{
{bassdrum8 r2. r16 bassdrum16} |
{bassdrum8 r2..} |
{bassdrum8 r2. r16 bassdrum16} |
}
\score{
<<
\tempo 4 = 43
{ \new Staff
\set Staff.instrument = "Organ (r.h.)"
\set Staff.midiInstrument = "drawbar organ"
\organRight }
{ \new Staff
\set Staff.instrument = "Organ (l.h.)"
\set Staff.midiInstrument = "drawbar organ"
\organLeft }
{ \new Staff
\set Staff.instrument = "Bass"
\set Staff.midiInstrument = "electric bass (finger)"
\bassPart }
{ \new DrumStaff
\set Staff.instrument = "Drums"
\drumPart }
>>
\layout {}
\midi {\tempo 4 = 43}
}
\version "2.6.5"
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
___________________________________________________________
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user