Hi Marc,
> Thank you for the tip, it does the trick. There is a small space between key
> signature and
> the following repeat bar, but I think I can live with that.
You can also fix it... ;)
Here's one possibility:
\version "2.13.13"
mel = \relative c {
\time 3/4
\repeat volta 2 {
c4 c c | c2
}
\once \override Score.KeySignature #'X-extent = #'(0 . 1.8)
\key a \major
\grace { s16 }
\repeat volta 2 {
c8 c | c4 c c c
}
}
\new Voice { \mel }
Hope this helps!
Kieren.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user