Re: modifying format of accidentals in ChordNames
Werner LEMBERG <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.general |
|---|---|
| Message-ID | <[email protected]> |
> (though that’s not as urgent a need as it was to fix the alignment
> problem,
See
https://gitlab.com/lilypond/lilypond/-/merge_requests/3066
for a fix.
> So now I’m just wondering if the exact size and placement of the
> accidentals in chord names are user-modifiable
No. Do you think this is necessary, now that the non-Emmentaler case
is handled? Vertical offset, horizontal bearing, and size are
controlled in the variable `accidental-adjustment-alist` (in file
`define-markup-commands.scm`), which could be made public.
Werner