lilypond-user
[Top][All Lists]
Advanced

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

Re: Acciaccaturas with chords


From: Nick Payne
Subject: Re: Acciaccaturas with chords
Date: Sat, 08 Jun 2013 13:54:53 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6

On 08/06/13 10:59, Andrew Bernard wrote:
Greetings List,

How does one specify a particular note of a chord to slur an
acciaccatura to? In the following snippet, I want it to connect to a not d.

\version "2.17.18"

\relative c {
   \clef bass

   \acciaccatura gis8 <d  a'>2^> <d a'>^>
}

\version "2.17.18"

\relative c {
  \clef bass

  \once \override Stem.direction = #DOWN
  \once \override Slur.direction = #UP
  \acciaccatura gis8 <d  a'>2^> <d a'>^>
}

You can leave out the override of the stem direction, but then the acciaccatura sits at the top of the stems and collides with the stem of the G#.




reply via email to

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