lilypond-user
[Top][All Lists]
Advanced

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

Re: How to write key change between double barline and repeat barline?


From: Thomas Morley
Subject: Re: How to write key change between double barline and repeat barline?
Date: Sun, 3 Sep 2017 21:08:33 +0200

2017-09-03 20:48 GMT+02:00  <address@hidden>:
> Most obvious approaches would result in the key change being inside the
> repeat barline, which doesn't feel right. See attached pic if you don't know
> what I'm talking about.



Cheating:

  {
      r2. g4->
      \once \override Staff.KeySignature.space-alist.first-note =
        #'(fixed-space . 0)
      \grace { \bar "||" \key c \minor s32 }
      \repeat volta 2 c'8--->^"Get Back"
  }

Thanks to David K, who demonstrated it first.

HTH,
  Harm



reply via email to

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