bug-lilypond
[Top][All Lists]
Advanced

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

Re: polymetric music - barlines in wrong places


From: Graham Percival
Subject: Re: polymetric music - barlines in wrong places
Date: Wed, 24 May 2006 01:01:53 -0700


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





reply via email to

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