From: Reinhold Kainhofer Date: Sat, 28 Jun 2008 12:23:01 +0000 (+0200) Subject: Added regtest for parenthesized metronome marks X-Git-Tag: release/2.11.50-1~12^2~4^2^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0491e3b5574735fedcd5ce00ed773ca3e65898a1;p=lilypond.git Added regtest for parenthesized metronome marks --- diff --git a/input/regression/metronome-parenthesized.ly b/input/regression/metronome-parenthesized.ly new file mode 100644 index 0000000000..8368e84e5a --- /dev/null +++ b/input/regression/metronome-parenthesized.ly @@ -0,0 +1,14 @@ +\version "2.11.50" + +\header{ + texidoc=" +Using an empty text in the metronome marks, one can generate parenthesized tempo marks. +" +} + +\relative c'' { + \tempo 4=60 + c1 + \tempo "" 4=80 + c1 +}