Couldn't find any mention of this anywhere.

\version "2.19.65"
% Bar lines to do not reflect time signature change
<<
  {
    \repeat volta 2 {
      c'2 c'
    }
    \alternative {
      { c' c'}
      {\time 1/2 c' c'}
    }
  } \\
  {
    \repeat volta 2 {
      c' c'
    }
    \alternative {
      { c' c'}
      { c' c'}
    }
  }
>>

% Bar lines work correctly if change is in last context
<<
  {
    \repeat volta 2 {
      c' c'
    }
    \alternative {
      { c' c'}
      { c' c'}

    }
  } \\
  {
    \repeat volta 2 {
      c' c'
     }
    \alternative {
      { c' c'}
      {\time 1/2 c' c'}
    }
  }
>>
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to