On Sun, 9 Nov 2014, Mike Solomon wrote:
%Ah, sorry, got it.
\version "2.18.2"
{
\tempo “Allegro” % no need for hiding the note if you don’t put an explicit
numerical indication
\set Score.tempoWholesPerMinute = #(ly:make-moment 100 4 0 0)
a
}
I personally prefer:
\version "2.18.2"
{ \tempo "Allegro" a }
\layout {}
\midi { 4 = 100 }
which is much more intuitive and easy to use for an average user.
Works fine for me.
--
MT_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user