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: Kieren MacMillan
Subject: Re: key change between repetition bars?
Date: Wed, 14 Apr 2010 07:16:52 -0400

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.



reply via email to

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