lilypond-user
[Top][All Lists]
Advanced

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

alignment of slurs and articulations


From: Matt Huber
Subject: alignment of slurs and articulations
Date: Mon, 27 Apr 2009 14:37:07 -0400

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-_)
}

Thanks!
~Matt

reply via email to

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