Re: Transforming lilypond input

2024-07-25 Thread Luca Fascione
Ok, so. I tested this eventChords idea, and it seems to behave as if this a-4 was entered as this -4 but unfortunately I actually need this how can I achieve that? Thanks a lot David, Luca On Wed, Jul 24, 2024 at 10:19 PM Luca Fascione wrote: > Thus might do it yes. > Does even chords transfor

Re: Transforming lilypond input

2024-07-25 Thread David Kastrup
Luca Fascione writes: > Ok, so. I tested this eventChords idea, and it seems to behave as if this > a-4 > was entered as this > -4 > but unfortunately I actually need this > > how can I achieve that? Uh, yes. How about #(define (my-chordify music) (map-some-music (lambda (m) (i

Re: Transforming lilypond input

2024-07-25 Thread Luca Fascione
Actually no, I won't want to ask that, I don't think :-) You see, right hand fingering at the top/bottom, away from the note head is just fine. And so is string number, for that matter. A big part of the reason is that they are substantially more sparse than left hand fingerings are, and being sp

Re: Vertically align objects of same class?

2024-07-25 Thread Fennel
Any ideas as to why the staff-affinity option is being ignored here? \layout { \context { \Dynamics \consists Horizontal_bracket_engraver \override HorizontalBracket.direction = #UP \consists Note_heads_engraver \consists Rhythmic_column_engraver