]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/metronome-marking.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / metronome-marking.ly
1
2
3 \header {
4
5     texidoc = "Here @code{\tempo} directives are printed as metronome markings.
6
7 The marking is left aligned with the time signature, if there is one.
8 "
9     
10     }
11
12 \version "1.9.1"
13
14 \score { \notes \relative c'' {   \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 }
15 \paper {  raggedright = ##t }
16
17      }
18