]> git.donarmstrong.com Git - lilypond.git/commitdiff
Added regtest for parenthesized metronome marks
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 28 Jun 2008 12:23:01 +0000 (14:23 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 28 Jun 2008 12:23:01 +0000 (14:23 +0200)
input/regression/metronome-parenthesized.ly [new file with mode: 0644]

diff --git a/input/regression/metronome-parenthesized.ly b/input/regression/metronome-parenthesized.ly
new file mode 100644 (file)
index 0000000..8368e84
--- /dev/null
@@ -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
+}