From fc1946c290e5f253769a306efff1b0224178aaa5 Mon Sep 17 00:00:00 2001 From: James Lowe Date: Fri, 30 Jul 2010 19:09:55 +0100 Subject: [PATCH] Doc: LM - added entry for Tempo and Metronome Mark Included glossary references and index entries --- Documentation/learning/tutorial.itely | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/Documentation/learning/tutorial.itely b/Documentation/learning/tutorial.itely index f63bfdb442..3c33bc9064 100644 --- a/Documentation/learning/tutorial.itely +++ b/Documentation/learning/tutorial.itely @@ -372,6 +372,33 @@ command: } @end lilypond +@subheading Tempo marks + +@cindex tempo marks +@cindex metronome marks + +@funindex \tempo +@funindex tempo + +Music Glossary: @rglos{tempo indication}, @rglos{metronome}. + +The @notation{tempo indication} and @notation{metronome mark} can be +set with the @code{\tempo} command: + +@lilypond[verbatim,quote] +\relative c'' { + \time 3/4 + \tempo "Andante" + a4 a a + \time 6/8 + \tempo 4 = 120 + a4. a + \time 4/4 + \tempo "Andante" 4 = 120 + a4 a a a +} +@end lilypond + @subheading Clef @@ -410,6 +437,7 @@ Here is a small example showing all these elements together: \relative c, { \clef "bass" \time 3/4 + \tempo "Andante" 4 = 120 c2 e8 c' g'2. f4 e d -- 2.39.5