lilypond-user
[Top][All Lists]
Advanced

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

Re: key change between repetition bars?


From: Marc Hohl
Subject: Re: key change between repetition bars?
Date: Wed, 14 Apr 2010 19:35:39 +0200
User-agent: Thunderbird 2.0.0.24 (X11/20100317)

Kieren MacMillan schrieb:
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...  ;)
Yes, that's the better option ;-)
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)
I had to play with the numbers, but it looks even better now - thanks for the hint!

Marc
  \key a \major
  \grace { s16 }
  \repeat volta 2 {
    c8 c | c4 c c c
  }
}

\new Voice { \mel }

Hope this helps!
Kieren.





reply via email to

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