2009/4/27 Matt Huber <[email protected]>: > 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 _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
