lilypond-devel
[Top][All Lists]
Advanced

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

Re: MIDI time signature


From: Dan Eble
Subject: Re: MIDI time signature
Date: Mon, 7 Jun 2021 07:27:43 -0400

On Jun 6, 2021, at 17:32, David Kastrup <dak@gnu.org> wrote:
> 
> I'd argue that if we have
> 
> \tempo 60
> \time 6/8
> 
> then we should likely interpret this (regarding the MIDI playing speed)
> as
> 
> \tempo 60 = 4.
> \time 6/8

Is "\tempo 60" without a note duration a typo or is it a proposal for new 
syntax?  It doesn't currently work for me here:

    \score {
      \new Staff {
        \tempo 60
        \time 6/8
        c'4. 4.
      }
      
      \layout {}
      \midi {}
    }

In my scores that use 6/8, I've already specified the beat as "4.", e.g.

  \time 6/8
  \tempo 4. = 64

so I don't understand why it would be important to have an alternative that is 
interpreted the same way.
— 
Dan




reply via email to

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