bug-lilypond
[Top][All Lists]
Advanced

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

Issue 374 in lilypond: \repeat does not reset time signature (workaround


From: codesite-noreply
Subject: Issue 374 in lilypond: \repeat does not reset time signature (workaround included)
Date: Tue, 12 Jun 2007 18:03:24 -0700

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

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




reply via email to

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