]> git.donarmstrong.com Git - lilypond.git/blob - metronome-marking-break-align.ly
4205904806db4c928eaaebd9757fffcf37ac9fa5
[lilypond.git] / metronome-marking-break-align.ly
1 \header {
2
3   
4   texidoc = "@code{\\tempo} are aligned with Tempo, Key or first musical
5 element.
6
7 "
8   
9 }
10 \version "2.13.24"
11
12 \layout {
13   line-width = 50\mm
14 }
15 \relative {
16   \tempo "T-first" c1\mark \default \tempo "T-note" c \break
17   \tempo "T-break" c \tempo "T-rest" R
18   \break
19   \time 8/8 \tempo "T-time" R
20   \key as \major \tempo "T-key" R
21 }