X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-names.ly;h=972ebb1d021a06119630c7093588c83247fd095f;hb=bc3062dd8a07c51e074ba45e2718e1331a1e3a42;hp=2c756679a39b997fec252603242fb6f7112ecd0b;hpb=c0e85db728feff5de2e379d7631f146e0545a89e;p=lilypond.git diff --git a/input/regression/note-names.ly b/input/regression/note-names.ly index 2c756679a3..972ebb1d02 100644 --- a/input/regression/note-names.ly +++ b/input/regression/note-names.ly @@ -1,4 +1,4 @@ -\version "2.13.38" +\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é }