]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/metronome-parenthesized.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / metronome-parenthesized.ly
1 \version "2.12.0"
2
3 \header{
4   texidoc="
5 Using an empty text in the metronome marks, one can generate parenthesized tempo marks.
6 "
7 }
8
9 \relative c'' {
10   \tempo 4=60
11   c1
12   \tempo "" 4=80
13   c1
14 }