> On Nov 9, 2014, at 7:53 PM, Noeck <noeck.marb...@gmx.de> wrote:
> 
> Hi
> 
>> You do - otherwise, there will be the printed note at the tempo indicated 
>> with \tempo and the midi at the tempo indicated via tempoWholesPerMinute.
> 
> You mean, it would then show up like if I wrote:
> \tempo "Allegro" 4 = 100
> ?
> I tried it with 2.18.2 and 2.19.8 and it only prints "Allegro".
> 
> Joram

%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
}

%Cheers
%MS
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to