From: Graham Percival Date: Thu, 19 Jun 2003 03:35:13 +0000 (+0000) Subject: Renamed file. X-Git-Tag: release/1.7.22~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=74dfdf14a43b55c83563df93c6b10f266a4fe47b;p=lilypond.git Renamed file. --- diff --git a/ChangeLog b/ChangeLog index 9684a70232..5f941fa2fe 100644 --- 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 * 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 index 0000000000..042bb23659 --- /dev/null +++ b/input/test/chord-names-no-inversions.ly @@ -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 { + <>1 + <> + <> +} + +\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 index d2ca7324ca..0000000000 --- a/input/test/note-chords.ly +++ /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 { - <>1 - <> - <> -} - -\score { - < - \context ChordNames \scheme - \context Staff \scheme - > - \paper { raggedright = ##t} -} -%% new-chords-done %%