Re: Fingering inside staff

2020-05-30 Thread Valentin Villenave
On 5/30/20, Thomas Morley wrote: > add-stem-support is not really documented. > Alas, I've not the time and energy to write a patch myself and fight > my way through the new GitLab process. “Fighting your way” sounds pretty accurate these days. If I may give it a try: https://gitlab.com/lilypond

Re: Fingering inside staff

2020-05-30 Thread Thomas Morley
Am Sa., 30. Mai 2020 um 13:18 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Alas, I've not the time and energy to write a patch myself and fight > > my way through the new GitLab process. > > git push -o merge_request.create -o merge_request.title="My patch" -o > merge_request.remov

Re: Fingering inside staff

2020-05-30 Thread David Kastrup
Thomas Morley writes: > Alas, I've not the time and energy to write a patch myself and fight > my way through the new GitLab process. git push -o merge_request.create -o merge_request.title="My patch" -o merge_request.remove_source_branch origin HEAD:my-proposed-branch-name The push message gi

Re: Fingering inside staff

2020-05-30 Thread Thomas Morley
Am Sa., 30. Mai 2020 um 10:15 Uhr schrieb Valentin Villenave : > > On 5/30/20, Thomas Morley wrote: > > Fingering.add-stem-support is per default set to 'only-if-beamed' > > Of course!! I vaguely remembered having come across something like > that. Sorry for making a fool of myself. > > > Try: >

Re: Fingering inside staff

2020-05-30 Thread Valentin Villenave
On 5/30/20, Valentin Villenave wrote: > Excellent; NOTABUT then. Ouch. NOTABUG. (Though I can’t say I wasn’t childishly tempted to add an additional T :-) V. ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/b

Re: Fingering inside staff

2020-05-30 Thread Valentin Villenave
On 5/30/20, Thomas Morley wrote: > Fingering.add-stem-support is per default set to 'only-if-beamed' Of course!! I vaguely remembered having come across something like that. Sorry for making a fool of myself. > Try: > \override Fingering.add-stem-support = #'() > and it'll work Excellent; NOT

Re: Fingering inside staff

2020-05-29 Thread Thomas Morley
Am Sa., 30. Mai 2020 um 00:08 Uhr schrieb Valentin Villenave : > > On 5/29/20, Pierre Perol-Schneider wrote: > > Hi Simone, > > A basic solution: > > \relative c' { > > \stemUp > > \override Fingering.staff-padding = #'() > > 4 8 > > } > > Sure there are workarounds, but: shouldn’t we be tr

Re: Fingering inside staff

2020-05-29 Thread Valentin Villenave
On 5/29/20, Pierre Perol-Schneider wrote: > Hi Simone, > A basic solution: > \relative c' { > \stemUp > \override Fingering.staff-padding = #'() > 4 8 > } Sure there are workarounds, but: shouldn’t we be treating this as a bug? There’s no obvious reason why unsetting staff-padding should b