\defineBarLine confusion

2022-04-17 Thread Mark Probert
Hi. I am confused as to why the following doesn't work as expected. I am thinking the closing repeat, within the alternative 1, should have "ears" yet it doesn't. Have I not understood the \defineBarLine correctly? Or is there something else here? (I do note if I put a \break at the end of

Re: Custom Spanner with variable length sections

2022-04-17 Thread Dimitris Marinakis
> What are you using this spanner for, by the way? > I'll use it for various spanners that need gradual changes, primarily for trills with variable speed. There are other more text-based notations but I like the simplicity of the spanner. I am surprised by the font issue though. Is LilyPond

Re: Removing all dynamics from MIDI

2022-04-17 Thread Lukas-Fabian Moser
Hi David, After tracking this string throughout the source code, I finally found where the property is set: ly/script-init.ly accent = #(make-articulation 'accent 'midi-extra-velocity 20) marcato = #(make-articulation 'marcato 'midi-extra-velocity 40) You can just

Re: DurationLine avoiding RehearsalMarks

2022-04-17 Thread Mark Knoop
At 13:09 on 16 Apr 2022, Thomas Morley wrote: Am Mo., 11. Apr. 2022 um 11:03 Uhr schrieb Thomas Morley : I hesitate to post untested wip-code on the user-list, I'll send it privately. Hi Mark, MR is now open: https://gitlab.com/lilypond/lilypond/-/merge_requests/1310 Apart from huge