Update .ly files.
[lilypond.git] / input / new / changing-the-tempo-without-a-metronome-mark.ly
blobf64adcc61eb35e7db356ee1e13f23915d02035d3
1 \version "2.12.0"
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 { }