lilypond-user
[Top][All Lists]
Advanced

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

Re: doc work


From: Neil Puttock
Subject: Re: doc work
Date: Fri, 15 Aug 2008 22:16:13 +0100

2008/8/15 Graham Percival <address@hidden>:

> In fact, what about instead of
>  \midi{}
> we do
>  \midi { \tempo 4 = 60 }
>
> ?  That doesn't add any vertical length to the templates, but it
> gives midi output (which can be very important for inexperienced
> composers), and even gives a hint about how to change the tempo.

Unfortunately, you can't put \tempo inside a \midi block any more.

It doesn't look so user-friendly once you have to start using context
properties and moments:

\midi {
  \context {
    \Score
    tempoWholesPerMinute = #(ly:make-moment 60 4)
  }
}

Regards,
Neil




reply via email to

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