]> git.donarmstrong.com Git - lilypond.git/commitdiff
Revert "Add note names regtest."
authorNeil Puttock <n.puttock@gmail.com>
Sun, 24 Oct 2010 13:46:57 +0000 (14:46 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Sun, 24 Oct 2010 13:46:57 +0000 (14:46 +0100)
This reverts commit d94725cdc8038d2b818a8ef30b27ade526c549fb.

input/regression/note-names.ly [deleted file]
ly/declarations-init.ly

diff --git a/input/regression/note-names.ly b/input/regression/note-names.ly
deleted file mode 100644 (file)
index eb0e1ec..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-
-\header
-{
-  texidoc = "Various languages are supported for note names input.
-Selecting another language within a music expression is possible,
-and doesn't break point-and-click abilities.
-"
-}
-
-\version "2.13.37"
-
-\include "english.ly"
-
-\relative c'' {
-  g bf d c
-
-  %% nederlands.ly is loaded by default, so the
-  %% dutchPitchnames variable is already defined.
-  #(begin
-    (set! pitchnames dutchPitchnames)
-    (ly:parser-set-note-names parser dutchPitchnames))
-  bes a g fis
-
-  %% The \language command just retrieves a pitches alist
-  %% from the relevant file, and sets pitchnames accordingly.
-  \language "italiano"
-  sol fa mib re
-}
\ No newline at end of file
index 76908833f219c994805e6cfa7518e9964b338fac..54aa7121e2ec6c1fe037da8ac4068b2a291ae86d 100644 (file)
@@ -30,8 +30,6 @@ maxima = #(ly:make-duration -3 0)
 \include "toc-init.ly"
 
 %% default note names are dutch
-%% This also initializes the pitchnames variable,
-%% so we don't want to use \language here.
 \include "nederlands.ly"
 
 \include "drumpitch-init.ly"