% When input language is "deutsch" (German),
% Lilypond does not seem to print the default chord names
% given in the notation reference
% 
https://lilypond.org/doc/v2.22/Documentation/notation/displaying-chords#customizing-chord-names
% The only workaround I have found was to use a different input language.

\version "2.22.2"
\language "deutsch"

<<
\new ChordNames {
% Expecting default chord names: B B# Bb
% Instead getting: H H# Hb
\chordmode {
h1 his b
}
}
>>

[billede.png]

--
Ole V. Villumsen
Jelshøjvænget 13
8270 Højbjerg
86 27 29 26
SMS 30 22 29 26

Sendt med [ProtonMail](https://protonmail.com/) sikker e-mail.
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to