Am Mi., 14. Apr. 2021 um 11:48 Uhr schrieb Thomas Morley
:
>
> Am Mi., 14. Apr. 2021 um 10:30 Uhr schrieb Jean Abou Samra
> :
> >
> >
> > Le 13/04/2021 à 23:18, Thomas Morley a écrit :
> >
> > Hi,
> >
> > let's say I've a chord with Fingerings left.
> > Now I want to tweak a certain Fingering a li
Am Mi., 14. Apr. 2021 um 11:48 Uhr schrieb Thomas Morley
:
>
> Am Mi., 14. Apr. 2021 um 10:30 Uhr schrieb Jean Abou Samra
> :
> >
> >
> > Le 13/04/2021 à 23:18, Thomas Morley a écrit :
> >
> > Hi,
> >
> > let's say I've a chord with Fingerings left.
> > Now I want to tweak a certain Fingering a li
Am Mi., 14. Apr. 2021 um 11:47 Uhr schrieb Jean Abou Samra :
>
>
> Le 14/04/2021 à 10:30, Jean Abou Samra a écrit :
> >
> >
> > For Y-offset, I haven't found a workaround yet.
> >
>
> Okay, this does the job:
>
> \version "2.22.0"
>
> {
>\set fingeringOrientations = #'(left)
>\once \overrid
Am Mi., 14. Apr. 2021 um 10:30 Uhr schrieb Jean Abou Samra :
>
>
> Le 13/04/2021 à 23:18, Thomas Morley a écrit :
>
> Hi,
>
> let's say I've a chord with Fingerings left.
> Now I want to tweak a certain Fingering a little bit up/down and left/right.
>
> How to do so?
>
> Here a minimal to play with
Le 14/04/2021 à 10:30, Jean Abou Samra a écrit :
For Y-offset, I haven't found a workaround yet.
Okay, this does the job:
\version "2.22.0"
{
\set fingeringOrientations = #'(left)
\once \override Staff.FingeringColumn.positioning-done =
#(lambda (grob)
(let* ((fingering-ar
Am Mi., 14. Apr. 2021 um 10:42 Uhr schrieb Xavier Scheuer :
>
> On Wed, 14 Apr 2021 at 10:31, Jean Abou Samra wrote:
> >
> >
> > Hi,
> >
> > Something very weird seems to be going
> > on. Try:
>
> Hello,
>
> Speaking of weird, the tweaks work if there is only one fingering in the
> chord.
>
> \se
On Wed, 14 Apr 2021 at 10:31, Jean Abou Samra wrote:
>
>
> Hi,
>
> Something very weird seems to be going
> on. Try:
Hello,
Speaking of weird, the tweaks work if there is only one fingering in the
chord.
\set fingeringOrientations = #'(left)
Cheers,
Xavier
--
Xavier Scheuer
Le 13/04/2021 à 23:18, Thomas Morley a écrit :
Hi,
let's say I've a chord with Fingerings left.
Now I want to tweak a certain Fingering a little bit up/down and left/right.
How to do so?
Here a minimal to play with:
{
\set fingeringOrientations = #'(left)
%% below does not work
Hi,
let's say I've a chord with Fingerings left.
Now I want to tweak a certain Fingering a little bit up/down and left/right.
How to do so?
Here a minimal to play with:
{
\set fingeringOrientations = #'(left)
%% below does not work
\once \override Fingering.Y-offset = 10
\once \over