Re: Customizing fretboard diagram
Dan Eble <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2025-02-18 15:09, Stefan E. Mueller wrote: > But I'd still like to find out how to update the Lilypond Internals > Reference's Sec. 3.2.53 - I was not able to find the corresponding file in > the "Documentation" folder of my fork. The description of fret-diagram-interface is at https://gitlab.com/lilypond/lilypond/-/blob/v2.25.24/scm/define-grob-interfaces.scm?ref_type=tags#L346 The descriptions of its properties are in scm/define-grob-properties.scm. Edit them, touch ly/generate-documentation.ly (yes, dependencies could be improved), make, make doc (with your preferred options). -- Dan