On Sat, Mar 8, 2025 at 12:46 AM Peter Chubb <[email protected]>
wrote:

> >>>>> "Timothy" == Timothy Lanfear <[email protected]> writes:
>
>
> Timothy> The \section command is the simplest solution to this
> Timothy> problem.
>
> Timothy> \version "2.24.0"
>
> Timothy> {   c''1 1 1 1 \break   c''1 1 1 1 \break   \section
> Timothy> \repeat volta 2 {     d''1 1 1 1   } }--
>
> This doesn't seem to work: there's no repeat barline at the start of
> the line for the volta.
>
> \version "2.24.4"
> \score {
>   \new Staff \relative c' {
>       f1 \bar "||"  | \break
>       \section
>       \repeat volta 2 {f}
>   }
> }
>

Just for completeness , the following does work; notice the lack of a \bar
command:

%%%
\version "2.24.4"
\score {
  \new Staff \relative c' {
      f1 | \break
      \section
      \repeat volta 2 {f}
  }
}
%%%

--
Knute Snortum

Reply via email to