lilypond-user
[Top][All Lists]
Advanced

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

Re: Fine bar line \break before repeat sign


From: mskala
Subject: Re: Fine bar line \break before repeat sign
Date: Tue, 7 May 2019 11:30:45 -0400 (EDT)
User-agent: Alpine 2.20 (LNX 67 2015-01-07)

On Tue, 7 May 2019, Adam Good wrote:
> I'm baffled by bar lines. In the example below, I would like for the f1 bar
> to use a "final" bar line as in \bar "|." the \break then on the next line
> begin with a repeat sign. The manual doesn't hint at this
>
> http://lilypond.org/doc/v2.19/Documentation/notation/bars#bar-lines

If I'm correctly understanding what you want, this seems to do it:

\defineBarLine ".|:-|." #'("|." ".|:" "")

\relative {
  f'1 \bar ".|:-|." \break
  \repeat volta 2 { g1 } \break
  a1
  b1 \bar "|."
}


-- 
Matthew Skala
address@hidden                 People before tribes.
https://ansuz.sooke.bc.ca/



reply via email to

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