]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/metronome-parenthesized.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / metronome-parenthesized.ly
1 \version "2.11.50"
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 }