lilypond-user
[Top][All Lists]
Advanced

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

\tempo not working


From: Marius Amado Alves
Subject: \tempo not working
Date: Tue, 7 Feb 2006 23:07:10 +0000

\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"





reply via email to

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