>>>>> "Timothy" == Timothy Lanfear <timo...@lanfear.me> 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}
  }
}

The only thing I could find that worked was:

\version "2.24.4"
\score {
  \new Staff \relative c' {
       f1 \bar ".|:-||" | \break
       \repeat volta 2 {f}
  }
}

as Robin Bannister suggested.
-- Peter C

Reply via email to