]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: LM - added entry for Tempo and Metronome Mark
authorJames Lowe <james.lowe@datacore.com>
Fri, 30 Jul 2010 18:09:55 +0000 (19:09 +0100)
committerTrevor Daniels <t.daniels@treda.co.uk>
Fri, 30 Jul 2010 22:10:56 +0000 (23:10 +0100)
Included glossary references and index entries

Documentation/learning/tutorial.itely

index f63bfdb442fc564b7a8dc1db278df4344fe4f626..3c33bc906477ce6cbfdb5de63df738d9fb79e9d0 100644 (file)
@@ -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