bug-lilypond
[Top][All Lists]
Advanced

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

Re: \unfoldRepeats vs. time signature


From: Graham Percival
Subject: Re: \unfoldRepeats vs. time signature
Date: Tue, 12 Jun 2007 18:05:03 -0700
User-agent: Thunderbird 1.5.0.12 (Macintosh/20070509)

Thanks, this has been added as
http://code.google.com/p/lilypond/issues/detail?id=374

Cheers,
- Graham

Selyem Zoltán wrote:
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






reply via email to

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