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: Caagr98
Subject: Re: How to write key change between double barline and repeat barline?
Date: Sun, 3 Sep 2017 21:20:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

That is indeed a very hacky solution, but it works great. I'll probably want to \tag out the skip during midi generation, though. (It seems using graces also allows you to put multiple \marks at the same moment, which is neat.)

For the record, how exactly does that space-alist override work?

On 09/03/17 21:08, Thomas Morley wrote:
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]