lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fingering collision


From: Jean Abou Samra
Subject: Re: Fingering collision
Date: Tue, 1 Jun 2021 07:08:49 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

Le 31/05/2021 à 22:38, Valentin Petzel a écrit :
Hello Stéphane,

If you want manual control you can try to move New_fingering_engraver from
Voice to Staff. The Y-position has to be tweaked manually (which would kind of
not work if the side-axis-interface is used).

It is somewhat of a hack, to get this done propery we’d need to create an
engraver that collects Fingeringevents and displays them in a column left to
the notes.

Also note that you can leave New_fingering_engraver with Voice and do a
\temporary\override Staff.Fingering.stencil = ##f
To hide the double Fingerings. Then if you need the hack you can do a

\temporary\override Voice.Fingering.stencil = ##f
\revert Staff.Fingering.stencil

And when you’re done you can change back

\temporary\override Staff.Fingering.stencil = ##f
\revert Voice.Fingering.stencil

Cheers,
Valentin

See also:

https://gitlab.com/lilypond/lilypond/-/issues/6125

and

https://gitlab.com/lilypond/lilypond/-/merge_requests/732/diffs#51601c9e39f2028bcb56024658fb33ecfa282fb7_993_993

Regards,
Jean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]