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