lilypond-user
[Top][All Lists]
Advanced

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

Re: acciaccatura issue


From: Malte Meyn
Subject: Re: acciaccatura issue
Date: Fri, 19 Oct 2018 10:47:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1



Am 19.10.18 um 03:24 schrieb Jay Hamilton:
I don't understand why the acciaccatura note is before the time signature in the third measure of this example....

That’s issue 34: https://sourceforge.net/p/testlilyissues/issues/34

Please explain or let me know where to find a solution.

Please give a tiny code example next time, for example:

%%%%%%%%%%%%%%%%%%%
\version "2.18.2"

<<
  \new Staff {
    \time 4/4 b4 b b b
    \time 5/4 b b b b b
  }
  \new Staff {
    b4 b b b
    \acciaccatura a8 b4 b b b b
  }
>>
%%%%%%%%%%%%%%%%%%%

In that case, the \time 5/4 should go before the \acciaccatura. Or, if you want it to stay in the first staff, add a “grace rest” there:

        \time 5/4 \grace s8 b4 b b b b



reply via email to

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