]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/metronome-marking.ly
*** empty log message ***
[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 The marking is left aligned with the time signature, if there is one.
9 "
10   
11 }
12
13 \version "2.6.0"
14
15 \relative c'' {
16   \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1
17 }
18 \layout {  raggedright = ##t }
19
20
21