]> git.donarmstrong.com Git - lilypond.git/commitdiff
add midi-partial.ly.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 18 May 2007 04:18:50 +0000 (01:18 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 18 May 2007 04:18:50 +0000 (01:18 -0300)
input/regression/midi-partial.ly [new file with mode: 0644]

diff --git a/input/regression/midi-partial.ly b/input/regression/midi-partial.ly
new file mode 100644 (file)
index 0000000..951ce51
--- /dev/null
@@ -0,0 +1,14 @@
+\header {
+  texidoc = "MIDI and partial measures work together."
+}
+\version "2.11.24"
+  
+\score {
+  { \partial 4
+    c4 c1
+  }
+
+  \midi {
+
+  }
+}