X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-names.ly;h=972ebb1d021a06119630c7093588c83247fd095f;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=9c81b0e35b09d49f52ec0a21917b373f1a102230;hpb=2055f35c47a045a50a01ff4dba8524322cfc3b48;p=lilypond.git diff --git a/input/regression/note-names.ly b/input/regression/note-names.ly index 9c81b0e35b..972ebb1d02 100644 --- a/input/regression/note-names.ly +++ b/input/regression/note-names.ly @@ -1,4 +1,4 @@ -\version "2.14.0" +\version "2.19.38" \header { texidoc = "Various languages are supported for note names input. @@ -11,17 +11,18 @@ 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: - \language "italiano" - sol4 fa mib re + \language "français" + %% Accented characters are supported in some languages: + sol4 fa mib ré }