lilypond-user
[Top][All Lists]
Advanced

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

Re: problem with "acciaccatura"


From: Nick Payne
Subject: Re: problem with "acciaccatura"
Date: Tue, 28 Aug 2012 07:02:41 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0

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
}




reply via email to

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