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 it
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 expressi
> 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 #{ { c'
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
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 = #))((displa
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 spanne
> [...] I submitted the snippet to LSR as no. 1169 (pending approval)
> in the attached form.
Thanks!
Werner
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:
> >
> > https://www.mail-archive.com/lilypond-user@gnu.org/msg149201
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,
s