bug-lilypond
[Top][All Lists]
Advanced

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

Barline bug with Staff Timing_engraver?


From: Trevor Baca
Subject: Barline bug with Staff Timing_engraver?
Date: Wed, 27 Jul 2005 10:13:05 -0500

Looking at the final barline in this 2.7.0 snippet ...

==== begin snippet =========

\score {
  \new StaffGroup <<
     \new Staff {
        \clef treble
        \time 3/4
        d'4 d'4 d'4 |
        d'4 d'4 d'4 |
        d'4 d'4 d'4 |
        d'4 d'4 d'4 \bar "|." |
     }
     \new Staff {
        \clef bass
        \time 4/4
        c'4 c'4 c'4 c'4 |
        c'4 c'4 c'4 c'4 |
        c'4 c'4 c'4 c'4 \bar "|." |
     }
  >>
  \layout {
     raggedright = ##t
     \context {\Score \remove "Timing_engraver"}
     \context {\Staff \consists "Timing_engraver"}
  }
}

=====  end snippet ========

... we see the final barline only in the treble.

Bug? Or maybe I'm confused about moving Timing_engravers around?

Trevor.




reply via email to

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