lilypond-user
[Top][All Lists]
Advanced

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

Re: Suppress metronome marks but not tempo marks


From: Pierre Perol-Schneider
Subject: Re: Suppress metronome marks but not tempo marks
Date: Thu, 1 Jan 2015 12:15:41 +0100

Hi Davide and best wishes for 2015,

Try :

\version "2.18.2"

\relative c' {
  \tempo "Allegro"
  \set Score.tempoWholesPerMinute = #(ly:make-moment 120/4)
  c d e f g a b c
}

 
Cheers,
Pierre

2015-01-01 11:46 GMT+01:00 Davide Liessi <address@hidden>:
Hi all.

I have some tempo+metronome marks in a file
(e.g. \tempo "Allegro" 4 = 120)
I need to print only the tempo marks ("Allegro") in PDF but I cannot delete the metronome parts of the commands, since I still need them in MIDI.
Is there a way to suppress the metronome marks but not the tempo marks without changing the \tempo commands?

Happy new year to all!
Davide

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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