Re: Printing note names as moveable do solfege

2025-01-29 Thread Drew Neil
Thank you! On Thu, 30 Jan 2025 at 07:29, Lukas-Fabian Moser wrote: > > One small thing: when I compile the .ly file, I'm seeing this in the log: > > > > ((# . "do") > > (# . "re") > > (# . "mi") > > ...more... > > (# . "tey")) > > > > It gets noisy, especially with longer pieces. How can I r

Re: Printing note names as moveable do solfege

2025-01-29 Thread Drew Neil
or format commands, but I found none) Cheers, Drew On Wed, 29 Jan 2025 at 22:12, Drew Neil wrote: > That's amazing Lukas! :chefkiss: > Thanks so much. > Drew > > On Wed, 29 Jan 2025 at 15:47, Lukas-Fabian Moser wrote: > >> Hi Drew, >> >> ... which is gr

Re: Printing note names as moveable do solfege

2025-01-29 Thread Drew Neil
That's amazing Lukas! :chefkiss: Thanks so much. Drew On Wed, 29 Jan 2025 at 15:47, Lukas-Fabian Moser wrote: > Hi Drew, > > ... which is great, since it means that the noteNameFunction gets called >> with the current context (as opposed to only a pitch), which means we can >> read the tonic fro

Re: Printing note names as moveable do solfege

2025-01-24 Thread Drew Neil
he current tonic. Am I looking in the wrong place? Cheers, Drew On Fri, 24 Jan 2025 at 10:41, Lukas-Fabian Moser wrote: > Hi Andrew, > Am 23.01.25 um 23:41 schrieb Drew Neil: > > Is it possible to have note names printed using moveable do solfege? > > I've been experimen

Printing note names as moveable do solfege

2025-01-23 Thread Drew Neil
Is it possible to have note names printed using moveable do solfege? I've been experimenting with the noteNameFunction(). I can get the pitch-notename and pitch-alteration, which is a good start. But I think I need to know the key and tonality to be able to decide which pitch is 'do'. Can I get t