]> git.donarmstrong.com Git - lilypond.git/commitdiff
shorter test file for instrumentTransposition
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 24 Dec 2006 15:28:21 +0000 (16:28 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 24 Dec 2006 15:28:21 +0000 (16:28 +0100)
input/midi/transposition.ly [new file with mode: 0644]

diff --git a/input/midi/transposition.ly b/input/midi/transposition.ly
new file mode 100644 (file)
index 0000000..d76893c
--- /dev/null
@@ -0,0 +1,14 @@
+\header
+{
+texidoc =  "should deliver f' in MIDI"
+  }
+
+
+\score {
+  {
+    \transposition f
+    c''
+  }
+  \midi{}
+  \layout{}
+}