lilypond-user
[Top][All Lists]
Advanced

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

Re: alignment of slurs and articulations


From: Francisco Vila
Subject: Re: alignment of slurs and articulations
Date: Wed, 29 Apr 2009 15:13:29 +0200

2009/4/27 Matt Huber <address@hidden>:
> Hello~
>
> In the following code snippet, the slur marks are placed below (outside?)
> some of the articulation marks (marcato/portato[-^/-_]) but are above
> (inside) all the other articulation marks. How do I correct this so slurs
> interact with marcato the same as they do with standard accents?
>
> \version "2.12.2"
> \relative c' {
>     c8( c)( c)( c) c8(-> c->)( c->)( c->)
>     c8(-^ c-^)( c-^)( c-^) c(-. c-.)( c-.)( c-.)
>     c8-+( c-+)( c-+)( c-+) c--( c--)( c--)( c--)
>     c8-|( c-|)( c-|)( c-|) c-_( c-_)( c-_)( c-_)
> }
>

This case

c8(-> c-> c-> c->)

is even more interesting, because the very same articulation is
sometimes under, sometimes over the slur.

This code

 \override Slur #'outside-staff-priority = #1

makes the slur to have a lower priority than the articulations, thus
making them to be printed closer to the staff as explained in

http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Vertical-collision-avoidance.html

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org




reply via email to

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