lilypond-user
[Top][All Lists]
Advanced

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

Re: that acciaccatura issue


From: Simon Albrecht
Subject: Re: that acciaccatura issue
Date: Sun, 21 Aug 2016 19:06:42 +0200

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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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