Hello again,
following the Changes to Notename - topic, I have another question. Using
printAccidentalNames seems to override the printNotesLanguage property by
reverting it to the document language. Try the following example and
comment out one of the two lines. Expected result would be to get c' h' b'
a' as note names. I only get this if using \language="deutsch" before.
melody = { c' b' bes' a' }
\score {
<<
\new Staff { \melody }
\new NoteNames {
*\set printNotesLanguage = "deutsch"*
\set printOctaveNames = ##t
* \set printAccidentalNames = #'lily*
\melody
}
>>
\layout {}
}
Best regards!