Am 03.01.20 um 06:55 schrieb Mark Stephen Mrotek:
Hello All, In the following the natural should be associated with the a4. Any suggestions/corrections welcome.
How about this?
\version "2.19.83"
\relative c'' {
<<
{
ais8 ([b])
} \\ {
\once \override NoteColumn.force-hshift = #2.2
\once \override Accidental.X-extent = #'(1 . 0)
\once \override Accidental.extra-offset = #'(3 . 0)
a!4
}
>>
}
