]> git.donarmstrong.com Git - lilypond.git/commitdiff
add regtest
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 22 Jan 2007 17:33:49 +0000 (18:33 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 22 Jan 2007 17:33:49 +0000 (18:33 +0100)
input/regression/auto-beam-beaming-override.ly [new file with mode: 0644]

diff --git a/input/regression/auto-beam-beaming-override.ly b/input/regression/auto-beam-beaming-override.ly
new file mode 100644 (file)
index 0000000..2eb529a
--- /dev/null
@@ -0,0 +1,21 @@
+
+\header {
+
+
+  texidoc = "Autobeamer remembers @code{subdivideBeams} and other
+beaming pattern related functions at the start of an autobeam."
+
+}
+
+
+\version "2.11.12"
+\paper { ragged-right = ##t }
+{
+  \time 2/4
+  b16 b b b
+  b16 b b b
+  \set subdivideBeams = ##t
+  \set Score.beatLength = #(ly:make-moment 1 8)
+  b16 b b b
+  b16 b b b
+}