LSR: Update.
[lilypond.git] / input / new / changing-the-tempo-without-a-metronome-mark.ly
blob446a3de2c423fc35a8b24db5157286d3276a181f
1 \version "2.11.62"
3 \header {
4 lsrtags = "staff-notation"
5 texidoc = "To change the tempo in MIDI output without printing
6 anything, make the metronome mark invisible:"
8 doctitle = "Changing the tempo without a metronome mark"
11 \score {
12 \new Staff \relative c' {
13 \tempo 4 = 160
14 c4 e g b
15 c4 b d c
16 \set Score.tempoHideNote = ##t
17 \tempo 4 = 96
18 d,4 fis a cis
19 d4 cis e d
21 \layout { }
22 \midi { }