]> git.donarmstrong.com Git - lilypond.git/commitdiff
Renamed file.
authorGraham Percival <graham@percival-music.ca>
Thu, 19 Jun 2003 03:35:13 +0000 (03:35 +0000)
committerGraham Percival <graham@percival-music.ca>
Thu, 19 Jun 2003 03:35:13 +0000 (03:35 +0000)
ChangeLog
input/test/chord-names-no-inversions.ly [new file with mode: 0644]
input/test/note-chords.ly [deleted file]

index 9684a7023220721cbdd1de18399d3f774a17829b..5f941fa2fe71e48dbb1ef4fbd6e510ce30276bb5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@
 
        * input/test/ various : mark files for deletion or moving to regression.
 
+       * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
+
 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * scm/music-functions.scm (make-ottava-set): 
diff --git a/input/test/chord-names-no-inversions.ly b/input/test/chord-names-no-inversions.ly
new file mode 100644 (file)
index 0000000..042bb23
--- /dev/null
@@ -0,0 +1,19 @@
+\version "1.7.18"
+\header { texidoc= "@cindex Chord Names No Inversions
+Chord names don't attempt to find inversions and
+bass notes. " }
+
+scheme = \notes {
+  <<c' e' g'>>1
+  <<e' g' c''>>
+  <<e e' g' c''>>
+}
+
+\score {
+  <
+    \context ChordNames \scheme
+    \context Staff \scheme
+  >
+  \paper { raggedright = ##t}
+}
+%% new-chords-done %%
diff --git a/input/test/note-chords.ly b/input/test/note-chords.ly
deleted file mode 100644 (file)
index d2ca732..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-\header {
-
-    texidoc= "Chord names don't attempt to find inversions and
-bass notes."  }
-
-\version "1.7.18"
-
-scheme = \notes {
-  <<c' e' g'>>1
-  <<e' g' c''>>
-  <<e e' g' c''>>
-}
-
-\score {
-  <
-    \context ChordNames \scheme
-    \context Staff \scheme
-  >
-  \paper { raggedright = ##t}
-}
-%% new-chords-done %%