]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/metronome-marking.ly
Fix some bugs in the dynamic engraver and PostScript backend
[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.7.39"
18
19 \relative c'' {
20   \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1
21 }
22
23
24
25