Issue 373: \repeat does not reset time signature  (workaround included)
http://code.google.com/p/lilypond/issues/detail?id=373

New issue report by gpermus:
%  LilyPond produces a barline error message.  We should
%  automatically add a \time X/Y (current) when beginning a
%  \repeat
%WORKAROUND: manually add the time signature

\version "2.11.26"
\paper{ ragged-right=##t }

Melody = \relative c' {
  \repeat volta 2{
%       \time 4/4
    c c c c |
    \time 3/4 d d d |
  }
}

\score{
  \unfoldRepeats{ \Melody }
}



Attachments:
        foo.preview.png  2.4 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Low

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


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

Reply via email to