]> git.donarmstrong.com Git - lilypond.git/commitdiff
rename transposition.ly
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 2 Jan 2007 20:55:01 +0000 (21:55 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 2 Jan 2007 20:55:01 +0000 (21:55 +0100)
input/midi/midi-transposition.ly [new file with mode: 0644]
input/midi/transposition.ly [deleted file]

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