bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

\unfoldRepeats vs. time signature


From: Selyem Zoltán
Subject: \unfoldRepeats vs. time signature
Date: Sun, 10 Jun 2007 15:06:31 +0200

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 --------------






reply via email to

[Prev in Thread] Current Thread [Next in Thread]