lilypond-user
[Top][All Lists]
Advanced

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

Double time signatures


From: Henrik Frisk
Subject: Double time signatures
Date: Fri, 04 Aug 2006 12:03:45 +0200

Hi,

Just noticed an odd thing with time signatures. The following prints
double time signatures at the beginning of a bar:

\version "2.9.11"
\score {
  <<
    \new Staff \relative c' {
      \time 8/8
      \acciaccatura c16
      c4 d4 r4 r4
    }
    
    \new Staff \relative c' {
      \time 8/8
      s4 s4 r4 r4
    }
  >>
}

Remove the \time 8/8 in the second staff and everythings back to
normal. It only happens when there's a grace note at the beginning of
the bar which leads me to believe that this is a bug???

/henrik




reply via email to

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