lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Articulation clashes with slurs


From: Mats Bengtsson
Subject: Re: Articulation clashes with slurs
Date: Tue, 05 Nov 2002 22:09:29 +0100

An alternative is to keep the position of the slur and 
move the upbow further away from the stave using
\property Voice.Script \override #'padding = #2
or whatever padding you want.

   /Mats


> "Andreas Loosen" <address@hidden> writes:
> 
> > I'm new to lilypond, already search the archives about this topic, but they
> > seem only to cover text clashes with slurs or something.
> > This is is something similar, but with articulations. I'm not able to solve
> > this. Can somebody help me?
> > d'' (e''-\upbow) f''
> 
> Try:
> 
>     \score{
>         \notes\relative c''{
>             \property Voice.Slur \set #'extra-offset = #'(0 . 1)
>             d (e-\upbow) f
>         }
>         \paper{
>             linewidth = -1.0
>         }
>     }
> 
> Would you please include a full snippet next time?
> 
> Greetings,
> Jan.
>     
> -- 
> Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
> http://www.xs4all.nl/~jantien       | http://www.lilypond.org
> 
> 
> 
> _______________________________________________
> Lilypond-user mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/lilypond-user






reply via email to

[Prev in Thread] Current Thread [Next in Thread]