> > However, I want it to point to the "main" chord. Is there a way to do this?
A late reply, but you could cheat a bit by putting the grace note
in its own voice.
\version "2.24.2"
%%%
rightHand = \relative c' {
\time 12/8
\showStaffSwitch
<b d a'>2.
<<
{
\voiceTwo
\change Staff = down
\grace s8
<b e g>4.
}
\new Voice {
\change Staff = down
\voiceTwo
\grace g8
}
\new Voice {
\oneVoice
\grace s8
r4.
}
>>
\hideStaffSwitch
\change Staff = up
\voiceOne
<e' g a c>4. |
}
leftHand = \relative c, {
\clef bass
<c g' f'>2. s4. r |
}
\score {
\new GrandStaff <<
\new Staff = up \rightHand
\new Staff = down \leftHand
>>
}
%%%
Best,
Jean
signature.asc
Description: This is a digitally signed message part
