Re: Harp Pedal Spanners

2023-06-06 Thread Kieren MacMillan
Hi Alexandre, > I'm trying to notate harp pedals It would be great to have more complete/robust harp pedal support in Lilypond! > Is there any way to make this more "automatic"? Unfortunately, I believe TextSpanner still doesn’t implement shorten-pair… but you can always use padding to fake

Re: Error in scheme-sandbox, LilyPond 2.24.1

2023-06-06 Thread Knute Snortum
On Tue, Jun 6, 2023 at 11:48 AM Jean Abou Samra wrote: > > > Le 6 juin 2023 à 20:29, Knute Snortum a écrit : > >  > While going through Jean's Extending LilyPond tutorial... > > https://extending-lilypond.gitlab.io/en/scheme/expressions.html > > ...I came upon instructions to type this

Re: Error in scheme-sandbox, LilyPond 2.24.1

2023-06-06 Thread Jean Abou Samra
> Le 6 juin 2023 à 20:29, Knute Snortum a écrit : > >  > While going through Jean's Extending LilyPond tutorial... > > https://extending-lilypond.gitlab.io/en/scheme/expressions.html > > ...I came upon instructions to type this expression into the scheme-sandbox: > > (skip-of-length #{ {

Re: Error in scheme-sandbox, LilyPond 2.24.1

2023-06-06 Thread David Kastrup
Knute Snortum writes: > While going through Jean's Extending LilyPond tutorial... > > https://extending-lilypond.gitlab.io/en/scheme/expressions.html > > ...I came upon instructions to type this expression into the scheme-sandbox: > > (skip-of-length #{ { c'8 d' e' f' e' d' } #}) > > However, it

Error in scheme-sandbox, LilyPond 2.24.1

2023-06-06 Thread Knute Snortum
While going through Jean's Extending LilyPond tutorial... https://extending-lilypond.gitlab.io/en/scheme/expressions.html ...I came upon instructions to type this expression into the scheme-sandbox: (skip-of-length #{ { c'8 d' e' f' e' d' } #}) However, it produced this error: $1 =

Harp Pedal Spanners

2023-06-06 Thread Alexandre Loomis
Hi all, I'm trying to notate harp pedals. This should looks something like [image: mwe1.cropped.png] I currently have code where it's straightforward to get pretty close, like this [image: mwe2.cropped.png] However, making it look like the first image involves a ton of time starting the new

Re: Magnetic snap and whiteout on LyricText: warnings

2023-06-06 Thread Werner LEMBERG
> [...] I submitted the snippet to LSR as no. 1169 (pending approval) > in the attached form. Thanks! Werner

Re: Magnetic snap and whiteout on LyricText: warnings

2023-06-06 Thread Jean Abou Samra
Le mardi 06 juin 2023 à 15:56 +0200, Simon Albrecht a écrit : > Hi Jean, hi Werner, > > On 05.06.23 22:28, Jean Abou Samra wrote: > > Well, for my defense, I did also post a revised version of the > > “magnetic lyrics” snippet: > > > >

Re: Magnetic snap and whiteout on LyricText: warnings

2023-06-06 Thread Simon Albrecht
Hi Jean, hi Werner, On 05.06.23 22:28, Jean Abou Samra wrote: Well, for my defense, I did also post a revised version of the “magnetic lyrics” snippet: https://www.mail-archive.com/lilypond-user@gnu.org/msg149201.html thanks for that pointer and your contributions. I reviewed that thread,