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

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to