]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/metronome-marking.ly
e6b9efd2f8197d07d76c8366c438f20b1c8e8d56
[lilypond.git] / input / regression / metronome-marking.ly
1
2
3 \header {
4
5   
6   texidoc = "Here @code{\\tempo} directives are printed as metronome markings.
7
8
9
10 The marking is left aligned with the time signature, if there is one.
11 "
12   
13 }
14
15 \layout {  ragged-right = ##t }
16
17 \version "2.9.16"
18
19 \relative c'' {
20   \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1
21 }
22
23
24
25