lilypond-user
[Top][All Lists]
Advanced

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

Start repeat after Ending bar line


From: dfro
Subject: Start repeat after Ending bar line
Date: Wed, 21 Jun 2023 12:55:53 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

Hello fellow music engravers,

I would like to have a staff system end with an 'ending bar line', then \break the staff, and then have the next staff system begin with a 'start repeat'.

The following code causes the first system to have no bar line at the end, and the 'start repeat' command overrides the 'ending bar line' command:


\version "2.24.1"

\relative c' {
  c1 \break
  \bar "|."

  \bar ".|:"
  c1 \bar ":|."
}


Is there a simple way to accomplish this?


Thanks,

David






reply via email to

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