Hi,
If the time signature is changed inside a repeat
and the repeat is unfolded (e.g. for MIDI output)
LilyPond will give a barcheck warning.
Maybe the \unfoldRepeats function should add
a new time signature if there is a difference.
%% ------------- LilyPond code -------------
\version "2.11.26"
\paper{ ragged-right=##t }
Melody = \relative c' {
\repeat volta 2{
c d e f |
\time 3/4 e d c |
}
}
\score{
\Melody
}
\score{
\unfoldRepeats{ \Melody }
\midi{
}
}
%% -------------- end of code --------------
_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond