On 23-May-06, at 11:48 PM, Michael Meixner wrote:

while trying to set a polymetric piece (Dufay) I ran into a problem.
Please try the following snippet - I get barlines after the whole note,
and after ONE quarter, and then
the counting seems to be ok for the rest
(as if I had written \time 4/4 c1 \time 1/4 c4 \time 4/4 c c c ...)
What am I overlooking?

I don't think you're overlooking anything; this looks like a bug. It occurs in 2.8.2 as well, and it doesn't matter if the \time or c1 are there. Even more worrying, adding barline checks doesn't produce any warning -- the barlines are still in the wrong place!

I've sent this to the bugs list.


%%% barlines messed up, occuring on   s4 | s s s s | s s s
\version "2.8.2"
\layout { ragged-right=##t }
\new Score \with {
  \remove "Timing_translator"
  \remove "Default_bar_line_engraver"
}{
  \new Staff \with {
    \consists "Timing_translator"
    \consists "Default_bar_line_engraver"
  }{
    \relative c'' {
      d4 d d d |
      e e e e |
    }
  }
}

Cheers,
- Graham



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

Reply via email to