Silvain Dupertuis <silvain-dupert...@bluewin.ch> writes: > Strange... > I tried a few things, but did not find a way to make it work. > > I noticed 2 things : > > 1. In this association table : > chimenames = > #`( > ("c" . "C") > ("cis" . "C♯") > ("d" . "D") > ("es" . "E♭") > ) > It only takes into account notes of names with one single character as > the default-name, but it does print the new-note if it has more > characters. I do not understand why...
Note names have changed to use ♯ and ♭ characters, so you need to look up "c♯" instead of "cis". > 2. In my version (2.24), I get a warning of a deprecated syntax for > the expression > {\override NoteName #'stencil = #ChimeNoteNames } > saying it should be written with a dot notation > {\override NoteName.#'stencil = #ChimeNoteNames } > and the warning disappear with this notation Ugh. Please just write NoteName.stencil here. This is 2.18+ syntax. -- David Kastrup