]> git.donarmstrong.com Git - lilypond.git/commitdiff
Metronome-mark: add regression test.
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 14 Jun 2010 15:06:16 +0000 (17:06 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 24 Aug 2010 13:24:25 +0000 (15:24 +0200)
input/regression/metronome-marking-break-align.ly [new file with mode: 0644]

diff --git a/input/regression/metronome-marking-break-align.ly b/input/regression/metronome-marking-break-align.ly
new file mode 100644 (file)
index 0000000..4205904
--- /dev/null
@@ -0,0 +1,21 @@
+\header {
+
+  
+  texidoc = "@code{\\tempo} are aligned with Tempo, Key or first musical
+element.
+
+"
+  
+}
+\version "2.13.24"
+
+\layout {
+  line-width = 50\mm
+}
+\relative {
+  \tempo "T-first" c1\mark \default \tempo "T-note" c \break
+  \tempo "T-break" c \tempo "T-rest" R
+  \break
+  \time 8/8 \tempo "T-time" R
+  \key as \major \tempo "T-key" R
+}