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: alist problem

2018-12-05 Thread David Sumbler
-Original Message- From: David Kastrup To: David Sumbler CC: lilypond-user@gnu.org Subject: Re: alist problem Date: Wed, 05 Dec 2018 15:37:21 +0100 David Sumbler writes: > IR 2.19.82 shows the following amongst the settings for TrillSpanner: > > bound-details (list): > '((left (text

Re: lilypond.org Productions page

2018-12-05 Thread Jan-Peter Voigt
Hi there, 2017/2018 Ortus published the "Markus Passion" by Johann Sebastian Bach in a reconstructed version by Andreas Fischer: http://www.ortus-musikverlag.de/en/musik-elbe-oder/om212 (right now the introduction is only available in german, sorry) LilyPond is not mentioned there, but I created

Re: lilypond.org Productions page

2018-12-05 Thread Sandro Santilli
On Mon, Dec 03, 2018 at 11:12:31AM +0100, Henning Hraban Ramm wrote: > Am 2018-12-03 um 09:22 schrieb Urs Liska : > > > I think we should rather try to do a general collection among users (but > > this should reach more channels than just this list) to get a number of new > > entries for the pag

Re: alist problem

2018-12-05 Thread David Kastrup
David Sumbler writes: > IR 2.19.82 shows the following amongst the settings for TrillSpanner: > > bound-details (list): > '((left (text # > "scripts.trill") > (Y . 0) > (stencil-offset -0.5 . -1) > (padding . 0.5) > (attach-dir . 0)) > (left-broken

alist problem

2018-12-05 Thread David Sumbler
IR 2.19.82 shows the following amongst the settings for TrillSpanner: bound-details (list): '((left (text # "scripts.trill") (Y . 0) (stencil-offset -0.5 . -1) (padding . 0.5) (attach-dir . 0)) (left-broken (end-on-note . #t)) (right (Y . 0))) If

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: %%