MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / note-names.ly
blob2c756679a39b997fec252603242fb6f7112ecd0b
1 \version "2.13.38"
3 \header {
4 texidoc = "Various languages are supported for note names input.
5 Selecting another language within a music expression is possible,
6 and doesn't break point-and-click abilities.
11 %% Old syntax.
12 \include "english.ly"
14 \relative c'' {
15 g4 bf d c
17 %% Manual override of the pitchnames variable
18 %% and the parser note names:
19 #(begin
20 (set! pitchnames (ly:assoc-get 'nederlands language-pitch-names))
21 (ly:parser-set-note-names parser pitchnames))
22 bes4 a g fis
24 %% The \language command acts in the same way:
25 \language "italiano"
26 sol4 fa mib re