]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/metronome-marking-break-align.ly
Metronome-mark: add regression test.
[lilypond.git] / input / regression / 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 }