lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Default language behavior for ChordNames has changed?


From: Jean Abou Samra
Subject: Re: Default language behavior for ChordNames has changed?
Date: Fri, 10 Jun 2022 22:22:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1



Le 10/06/2022 à 12:08, raphaelhardy@sfr.fr a écrit :
Hi,
Happy to post my first message on this mailing list. I use Lilypond regularly without being a wizard, mainly engraving for kids orchestras. In newer versions, I have trouble displaying chords in english while using \language "italiano". It was not the same in older versions like 2.18
For example this code produces the following output:

\version "2.18.2"
\language "italiano"
<<
  \new ChordNames {
    \chordmode { do  }
  }
  \new ChordNames {
    \italianChords { do }
  }
>>


While a newer version:

\version "2.23.5"
\language "italiano"
<<
  \new ChordNames {
    \chordmode { do  }
  }
  \new ChordNames {
    \italianChords { do }
  }
>>



It's not really an issue, right now I deal with it by typing in english if I want to display english chords. But it still sounds strange. Have I missed something?


This is a known issue. This was added as a feature, but most people are finding it more of a quirk than a feature, especially since there's no built-in way to switch back to English. See

https://gitlab.com/lilypond/lilypond/-/issues/6305


You will find workarounds there.

Best,
Jean




reply via email to

[Prev in Thread] Current Thread [Next in Thread]