Re: markup accidentals for a microtonal system

2023-08-13 Thread Thomas Richter
Hello Nike, following your submission I extended Ekmelily to support now arbitrary markup (not only glyphs from an external font); see www.ekmelic-music.org/en/extra/ekmelily.htm (version 3.11). Maybe this is a solution for you. It defines

Re: markup accidentals for a microtonal system

2023-08-13 Thread Gregory Evans
Hi Nike, I believe this could work. First you would assign glyph values to your accidentals arbitrarily, ensuring you use no duplicate glyph. Then you could use something like the following function to swap the glyphs out for your markups. alt-accidentals = #(lambda (grob) (let* ( (sz

markup accidentals for a microtonal system

2023-08-13 Thread Nike Hedges
Hi, Looking back at how to implement a microtonal system in LilyPond, I've known it with a single glyph of an accidental per pitch, as my old question was answered: Re: Eighth Tones (microtonal) by Mark Knoop https://lists.gnu.org/archive/html/lilypond-user/2015-07/msg00485.html Now I want to ma