Dear Jean,
thanks for the solution and for the time you took!
Each mail of this mailing-list is a source of study and improvement:
thanks again!
Rip_mus
Il 28/12/2022 01:36, Jean Abou Samra ha scritto:
Le 26/12/2022 à 17:39, Rip _Mus a écrit :
Hello,
is there a way to modify a spanner to
Hi all, I’ve recently been type-setting some saxophone parts that employ quite
a lot of glissandi, note-bends, falls, and scoops. Lilypond has the glissando
and fall (bendAfter) covered, but I’m struggling to find a good solution for
scoop (basically “bendBefore”) or bend (in the originals this
On Tue, 27 Dec 2022 at 18:43, Owen Le Blanc wrote:
>
> I'm doing a lot with hidden notes because of having ties and slurs
> between voices. Sometimes this causes spacing problems, presumably
> because the hidden notes are offset relative to the visible ones.
> Note the dot after the G in this exa
-- Forwarded message -
From: Ralph Palmer
Date: Wed, Dec 28, 2022 at 10:18 AM
Subject: Re: Scoop and bend
To: Benjamin Tordoff
On Wed, Dec 28, 2022 at 3:55 AM Benjamin Tordoff wrote:
> Hi all, I’ve recently been type-setting some saxophone parts that employ
> quite a lot of gl
This is what I use for scoop that I probably got from this list a number
of years ago.
#(define (scoop-stencil grob)
(ly:stencil-combine-at-edge
(ly:note-head::print grob) 0 -1
(grob-interpret-markup grob
(markup #:with-dimensions '(0 . 0) '(0 . 0)
#:translate '( -2 . -2) #:musi
On Wed, Dec 28, 2022 at 8:19 PM Paul Scott wrote:
> This is what I use for scoop that I probably got from this list a number
> of years ago.
>
> #(define (scoop-stencil grob)
> (ly:stencil-combine-at-edge
>(ly:note-head::print grob) 0 -1
>(grob-interpret-markup grob
> (markup #:with