Thank you! On Thu, 30 Jan 2025 at 07:29, Lukas-Fabian Moser <[email protected]> wrote:
> > One small thing: when I compile the .ly file, I'm seeing this in the log: > > > > ((#<Pitch c' > . "do") > > (#<Pitch d' > . "re") > > (#<Pitch e' > . "mi") > > ...more... > > (#<Pitch bes' > . "tey")) > > > > It gets noisy, especially with longer pieces. How can I remove this? > > (I studied your code for any display or write or format commands, but > > I found none) > > Whoops, sorry. This in an artefact from a quick inspection I did during > writing the code. > > Just remove the line: > > (pretty-print pitch-syllable-dictionary) > > Lukas > >
