Re: NoteHead.glyph-name
Lukas-Fabian Moser <[email protected]> Mon, 11 May 2026 23:52:16 +0200
| Newsgroups | gmane.comp.gnu.lilypond.devel |
|---|---|
| Message-ID | <[email protected]> |
PS. Am 11.05.26 um 23:41 schrieb Lukas-Fabian Moser: > > 2) I don't know enough about Scheme vs. C++ to judge whether it is > really so important to do the note head selection (for the the default > style) in C++; the current separated state seems to me to be ugly and > hard to maintain. What's your feeling on this? > Anybody who plans to touch this should probably take into account the discussions on https://gitlab.com/lilypond/lilypond/-/work_items/1926 and the resolution in commit 8adeb99e344bf047b9b3b9b48a9e97e59e8fc4d3 Author: Bertrand Bordage <[email protected]> Date: Sun Oct 9 00:57:00 2011 +0200 Optimizes note-heads.cc and introduces robust_symbol2string. Fixes issue 1926. Lukas