On 27/08/12 23:45, Jan-Peter Voigt wrote:
Hello fabio,

you can use an override:


\relative c' {

\once \override Slur #'direction = #UP

\acciaccatura d'8 <c, aes' c>

}


That leaves any slurUp/slurDown/slurNeutral intact and changes direction only for this particular slur.

Having to do this happens frequently enough that I define

onceSlurDown = \once \override Slur #'direction = #DOWN
onceSlurUp = \once \override Slur #'direction = #UP

and use those abbreviations in scores, and for situations where for some reason I can't or don't want to change the slur direction, \shape can be used:

\version "2.16.0"

\relative c'' {
\shape Slur #'((0.2 . 0.8)(0 . 1.3)(0 . 1.7)(0 . 1.9)) \appoggiatura d8 <c g>4
}


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

Reply via email to