lilypond-learning: Tempo marks

 
 Tempo marks
 ...........
 
DONTPRINTYET  Music Glossary: See(music-glossary)tempo indication, *noteDONTPRINTYET  Music Glossary: See(music-glossary)tempo indication, See
 (music-glossary)metronome.
 
    The tempo indication and metronome mark can be set with the ‘\tempo’
 command:
 
      \relative c'' {
        \time 3/4
        \tempo "Andante"
        a4 a a
        \time 6/8
        \tempo 4. = 96
        a4. a
        \time 4/4
        \tempo  "Presto" 4 = 120
        a4 a a a
      }
      [image src="" alt="[image of music]" text="image of music"]