Alignment textMark with a chord mame

2025-03-18 Thread Eric C
Hello, I'm trying in vain to align annotations made with TextMark with the names of the chords produced on a harmonic grid. Is there a way to do this? Thank you for your help. [b56c542c8ef789e99579b56ab25ec55f9407109e.png] My code : \version "2.24.4" \paper { #(set-paper-size "letter la

Re: Custom S-expression export

2025-03-18 Thread Aura Kelloniemi
Hi, On 2025-03-18 at 10:38 -0400, Saul Tobin wrote: Thank you very much for your responses! I believe these will help me to proceed. -- Aura

Re: Custom S-expression export

2025-03-18 Thread Saul Tobin
> > I got inclusion of the original init file working with the following code. > IMHO it feels like a very crude hack. Is there a scheme function that would > include a LilyPond file in the current context? > > Code: > > $(ly:parser-include-string > (format #f "\\include \"~a\"" >(string-appe

Re: Custom S-expression export

2025-03-18 Thread Timothy Lanfear
On 18/03/2025 10:07, Aura Kelloniemi wrote: his probably is already possible without any changes to LilyPond (using top-repl). Is there a Scheme function that takes an arbitrary LilyPond expression as a string, parses it and returns a music/score/book object? I'm not an expert of this topic, but

Re: Custom S-expression export

2025-03-18 Thread Aura Kelloniemi
Hello Hans, On 2025-03-17 at 18:28 +0100, Hans Åberg wrote: > > On 17 Mar 2025, at 11:01, Aura Kelloniemi wrote: > > I am developing a tool for processing musical notation in Haskell. > In my experience, it is hard to work with source code directly, because of > the difficulty to pin down de

Re: Custom S-expression export

2025-03-18 Thread Aura Kelloniemi
Hi, On 2025-03-17 at 12:43 -0400, Saul Tobin wrote: > I haven't had a chance to look at your code. Your project sounds > interesting – I'll try to make some time. It is in very early stages of development. I need to get LilyPond import working first and then see how I will represent music expr