Hello,

On 02/11/16 14:18, holl...@hollandhopson.com wrote:
Please document the alternativeRestores context property, including its default 
setting. The default settings can lead to apparent bar-check failures when 
there are time signature changes in an \alternative block.
Thanks,
Holland

The default is: alternativeRestores = #'(measurePosition measureLength 
lastChord)

\version "2.19.49"

music =
  \repeat volta 2 {
        c1
  }
  \alternative {
    {
      \time 3/4
      d2. |
      \time 4/4
      c1 |
    }
    { d1 | }
  }

<<
  \relative c'' \music
  \relative c' \music

Added as

https://sourceforge.net/p/testlilyissues/issues/4993/

James

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to