Next: Instrument names, Up: Writing parts
Metronome settings can be entered as follows
\tempo duration = per-minute
In the MIDI output, they are interpreted as a tempo change. In the layout output, a metronome marking is printed
\tempo 8.=120 c''1
To change the tempo in the MIDI output without printing anything, make the metronome marking invisible
Score.MetronomeMark #'transparent = ##t
To print other metronome markings, use these markup commands
c4^\markup { ( \smaller \general-align #Y #DOWN \note #"16." #1 = \smaller \general-align #Y #DOWN \note #"8" #1 ) }
For more details, see Text markup.
Music Glossary: metronome, metronomic indication, tempo indication, metronome mark.
Notation Reference: Text markup.
Snippets: Staff .
Internals Reference: MetronomeMark, MIDI output.
Collisions are not checked. If you have notes above the top line of the staff (or notes with articulations, slurs, text, etc), then the metronome marking may be printed on top of musical symbols. If this occurs, increase the padding of the metronome mark to place it further away from the staff.
\override Score.MetronomeMark #'padding = #2.5
Next: Instrument names, Up: Writing parts
Diese Seite ist für LilyPond-2.11.40 (Entwicklungszweig).
Fehler bitte an http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs melden.
Ihre Vorschläge für die Dokumentation sind willkommen.