Re: Fingering vs stem direction

2018-12-05 Thread Thomas Morley
Am Mi., 5. Dez. 2018 um 11:28 Uhr schrieb Pierre Perol-Schneider : > > Thank you Harm, that works fine (no beam/flag at that point). > Cheers, > Pierre Ok, then I put not more work on it. Glad I could help, Harm ___ lilypond-user mailing list lilypon

Re: Fingering vs stem direction

2018-12-05 Thread Pierre Perol-Schneider
Thank you Harm, that works fine (no beam/flag at that point). Cheers, Pierre Le mer. 5 déc. 2018 à 11:16, Thomas Morley a écrit : > Am Mi., 5. Dez. 2018 um 10:56 Uhr schrieb Pierre Perol-Schneider > : > > > > Thank you Harm, > > In this particular case, there is no chord. > > Cheers, > > Pierre

Re: Fingering vs stem direction

2018-12-05 Thread Thomas Morley
Am Mi., 5. Dez. 2018 um 10:56 Uhr schrieb Pierre Perol-Schneider : > > Thank you Harm, > In this particular case, there is no chord. > Cheers, > Pierre So why use event-chords and a context-property then? Wouldn't below work already? #(define (forced-dir-II grob) (let* ((x-parent (ly:grob-pare

Re: Fingering vs stem direction

2018-12-05 Thread Pierre Perol-Schneider
Hi Urs, Le mer. 5 déc. 2018 à 11:04, Urs Liska a écrit : >So why do you need chords at all? Since for fingering orientation to apply, you must use a chord construct >And what are you actually trying to achieve, forcing the fingering on the opposite side of the stem or apply the X-offset tweaks?

Re: Fingering vs stem direction

2018-12-05 Thread Urs Liska
Am 05.12.18 um 10:56 schrieb Pierre Perol-Schneider: Thank you Harm, In this particular case, there is no chord. So why do you need chords at all? And what are you actually trying to achieve, forcing the fingering on the opposite side of the stem or apply the X-offset tweaks? Urs Cheer

Re: Fingering vs stem direction

2018-12-05 Thread Pierre Perol-Schneider
Thank you Harm, In this particular case, there is no chord. Cheers, Pierre Le mer. 5 déc. 2018 à 10:44, Thomas Morley a écrit : > Am Mi., 5. Dez. 2018 um 10:26 Uhr schrieb Pierre Perol-Schneider > : > > > > Hi All, > > > > I'm looking for a function that'll do: > > > > { > > \clef "G_8" > >

Re: Fingering vs stem direction

2018-12-05 Thread Thomas Morley
Am Mi., 5. Dez. 2018 um 10:26 Uhr schrieb Pierre Perol-Schneider : > > Hi All, > > I'm looking for a function that'll do: > > { > \clef "G_8" > \override Fingering.staff-padding = #'() > 4 > > } > > As a first step, I've tried to adapt Harm's function found here: > http://lilypond.1069038

Fingering vs stem direction

2018-12-05 Thread Pierre Perol-Schneider
Hi All, I'm looking for a function that'll do: { \clef "G_8" \override Fingering.staff-padding = #'() 4 } As a first step, I've tried to adapt Harm's function found here: http://lilypond.1069038.n5.nabble.com/position-text-opposite-stem-direction-td51758.html#a51759 without succes: %%