Simon, Thank you for your reply and admonition. A minimal example was attached. I have change the "acciaccatura" in the second voice and in the lower staff. You can see in the attached snippet that the problem still exists.
Thank you for your kind attention. Mark -----Original Message----- From: Simon Albrecht [mailto:simon.albre...@mail.de] Sent: Sunday, August 21, 2016 10:07 AM To: Mark Stephen Mrotek <carsonm...@ca.rr.com>; lilypond-user@gnu.org Subject: Re: that acciaccatura issue Hi Mark, _always_ make a minimal example in such a case. If you had done so, you might have realised that the problem is the \key statement outside the explicit voices: %%%%%%%%%%%%%%%%% << \new Staff << %\key bes \major \new Voice { \key bes \major \acciaccatura a'8 bes'4 } >> \new Staff { \key bes \major \grace s8 r16 } >> %%%%%%%%%%%%%%%%%% Best, Simon On 21.08.2016 18:46, Mark Stephen Mrotek wrote: > > Hello, > > When an acciaccatura (or grace) is attached to the first pitch of one > of several voices, the other voices must also have one of the same > duration - usually with a "s" pitch. > > How do I attach an acciaccatura to a rest? (Please see attached > snippet.) > > Thank you for your kind attention. > > Mark > > > > _______________________________________________ > lilypond-user mailing list > lilypond-user@gnu.org > https://lists.gnu.org/mailman/listinfo/lilypond-user
\version "2.18.2" \new PianoStaff << \set PianoStaff.instrumentName = #"Var. IX " \new Staff = "upper" << \time 4/4 \key bes \major \new Voice = "soprano" { \voiceOne \relative c'' { \grace a8 bes4^. r \acciaccatura a8 bes4^. r | } } \new Voice = "alto" { \voiceTwo \relative c'' { \grace s8 r4 \stemDown <d, f> r q | } } >> \new Staff = "lower" { \time 4/4 \key bes \major \clef bass \relative c { \grace s8 r16 bes' (f d bes4) r16 bes' (f d bes4) } } >> \layout { }
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user