On 9 févr. 2013, at 16:12, Alex Voice <alvo...@btinternet.com> wrote:

> > I would like more space between note-head / end of a stem and 
> > tenuto/staccato/portato-marks. How to get that?
> 
> Werner,
> The following works, with adaptation according to the stem direction:
> 
> \version "2.16.2"
> \relative c'' 
> {
>       c4-. r
>       \once \override Script #'extra-offset = #'(0 . 0.1)
>       c4-. r  
> }
> 

Even though it gets the job done, extra-offset bypasses the spacing engine 
entirely, which can cause horizontal and vertical collisions.

Try:

{
        c4-. r
        \once \override Script #'padding = #5
        c4-. r
}

Cheers,
MS 
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to