]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-names.ly
Doc-es: various updates.
[lilypond.git] / input / regression / note-names.ly
index 72cbc0c8bb0aaca64a7144e93900e19db74b2323..972ebb1d021a06119630c7093588c83247fd095f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.19.21"
+\version "2.19.38"
 
 \header {
   texidoc = "Various languages are supported for note names input.
@@ -18,10 +18,11 @@ and doesn't break point-and-click abilities.
   %% 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:
-  \language "italiano"
-  sol4 fa mib re
+  \language "français"
+  %% Accented characters are supported in some languages:
+  sol4 fa mib ré
 }