On Tue, May 31, 2022 at 6:16 AM Jacques Verhagen <[email protected]> wrote:
>
> Hoi,
>
>
> A have a problem with a acciaccatura after a repeat volta.
>
> Ik get two repeat signs. How can I solve this problem.
This is one of the oldest bugs in LilyPond. If you have a grace note
on the start of a measure in one voice, you need a corresponding
(silent) grace note in the other voices. Like this:
%%%
bassen = \relative c' {
\global
\repeat volta 2 {
c1
g
c
f
g
c |
}
\repeat volta 2 {
\grace s8 c1 % <-- this is the change
%%%
--
Knute Snortum