On Sat, 13 Mar 2004 07:50:59 +
David Bobroff <[EMAIL PROTECTED]> wrote:
> In the following Lily code, with or without the spacer \grace in "two",
> the grace is placed before the time change. Workaround?
When I encountered this problem, I used another
\time 4/4
\partial 32 s32 \grace{c8}
No
In the following Lily code, with or without the spacer \grace in "two",
the grace is placed before the time change. Workaround?
-David
\version "2.1.30"
meter = \notes \context Voice {
\time 3/4 s2.
\time 4/4
}
one = \notes \context Staff {
c2.
\grace {c8}
c1
}
two = \not