lilypond-user
[Top][All Lists]
Advanced

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

Re: Start volta after time signature change (instead of before)?


From: David Kastrup
Subject: Re: Start volta after time signature change (instead of before)?
Date: Thu, 20 Oct 2016 20:40:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Risto Vääräniemi <address@hidden> writes:

> Hi,
>
> Is there a way to start the volta repeat after the time signature change?
> By default Lilypond puts the time signature after the bar line. The Gould
> book says that it could / should be before the repeat if it affects the
> whole repeat (no need to "duplicate" it).

Something akin to

\relative c' {
  \time 2/4 c4 c
  \once \override Score.BreakAlignment.break-align-orders =
  #(make-vector 3
    '(left-edge
      time-signature
      staff-bar))

  \time 4/4 \repeat volta 2 {
  c c c c }
  c c c c
}

-- 
David Kastrup

reply via email to

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