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#.


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

Reply via email to