]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/metronome-parenthesized.ly
Make the length of beamlets configurable.
[lilypond.git] / input / regression / metronome-parenthesized.ly
1 \version "2.11.51"
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 }