If a second ending starts on a new line, then the spanner volta bar
starts to the left of the clef sign, rather than to the right as it
does for a first ending. This does not happen in 1.3.71.

My test file follows:

Regards,
Roy Rankin



\version "1.3.68"
tune = \notes\relative c' {
           \repeat volta 2 { c2 d }
           \alternative { { e1 \break } {  e2 }}
       }

\score {

    <
            \context Staff = "S1" { \$tune }
    >
    \paper {
        \translator { 
                \StaffContext
                \consists Instrument_name_engraver; 
        }
   }
}
        

Reply via email to