]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-names.ly
Set the sequence name in MIDI using title information from
[lilypond.git] / input / regression / note-names.ly
index 9c81b0e35b09d49f52ec0a21917b373f1a102230..3a50f48384b1224ac990c19b55ccbe7c878ac13d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.19.22"
 
 \header {
   texidoc = "Various languages are supported for note names input.
@@ -11,14 +11,14 @@ and doesn't break point-and-click abilities.
 %% Old syntax.
 \include "english.ly"
 
-\relative c'' {
-  g4 bf d c
+\relative {
+  g'4 bf d c
 
   %% Manual override of the pitchnames variable
   %% and the parser note names:
   #(begin
     (set! pitchnames (ly:assoc-get 'nederlands language-pitch-names))
-    (ly:parser-set-note-names parser pitchnames))
+    (ly:parser-set-note-names pitchnames))
   bes4 a g fis
 
   %% The \language command acts in the same way: