Good morning, thank you, thank you very much! The level of customization of lilypond seems incredible to me: I will have to deepen a lot, especially as regards the definition of new engravers. Nenuvar utilities are great! The only "problem" is that the side ornamentation, in case of altered notes, is placed between the accidental and the note. If I set the "is-inside" property to ## f, the ornamentation is printed before the accident, but there is a collision problem with previous notes. I'll have to figure out how to do it a bit.
Thanks again! Rip_mus Il giorno dom 13 feb 2022 alle ore 23:17 Valentin Petzel <valen...@petzel.at> ha scritto: > Hello Rip, > > also for a more recent version that is compatible with 2.22 check out the > nenuvar-side-ornementations.ily from > https://github.com/nsceaux/nenuvar-lib > > This is not compatible with the latest versions of Lilypond for now. The > amazing Jean quite recently fixed the magnetic-snap thingy, which had the > same problem. To apply his fix to your situation replace the definition of > define-grob-definition in line 7 by > > #(define (define-grob-definition grob-name grob-entry) > > (set! all-grob-descriptions > > (cons ((@@ (lily) completize-grob-entry) > > (cons grob-name grob-entry)) > > all-grob-descriptions))) > > Cheers, > > Valentin > > Am Sonntag, 13. Februar 2022, 22:51:25 CET schrieb Valentin Petzel: > > > Hello Rip, > > > > > > the problem is that you are modifying the stencil of the NoteHead, thus > > > changing its dimensions. > > > > > > Take a look at this old Lilypond Blog post: > > > > https://web.archive.org/web/20200221133054/https://www.lilypondblog.org/2013 > > > /08/ adding-ornamentations-to-note-heads-part-1/[1] > > > > > > In there a new Event and Grob for Head ornamentation is added, which > would > > > probably be better suited for your demands. > > > > > > Cheers, > > > Valentin > > > > > > Am Sonntag, 13. Februar 2022, 20:43:07 CET schrieb Rip _Mus: > > > > Hello everyone, > > > > thanks to your many suggestions, I was able to get a little into the > > > > perspective of modifying the stencils. > > > > I created a stencil modification that adds a small arrow (sort of a > > > > glissando) to the left of the note or accident. > > > > However, I cannot understand why the ascending arrows let the stem no > > > > longer attached to the notehead. Do you have any ideas? > > > > > > > > Rip_mus > > > > > > -------- > > > [1] > > > > https://web.archive.org/web/20200221133054/https://www.lilypondblog.org/201 > > > 3/08/ adding-ornamentations-to-note-heads-part-1/ > > >