lilypond-user
[Top][All Lists]
Advanced

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

tuplet bug in 1.8??


From: Simon G. P. Bailey
Subject: tuplet bug in 1.8??
Date: 09 Aug 2003 16:17:20 +0200

hi all,

if you look at the excerpt in the attachment, you can see funny
behaviour on behalf of the tuplet brackets over the rest on the last
beat of the bar.

the code that generated this excerpt:

\score {
  \notes \relative c'' {
    \key g \major
    \time 3/4
    \property Voice.tupletSpannerDuration = #(ly:make-moment 1 4)
    \property Voice.autoBeamSettings \override #'(end * * * *) =
#(ly:make-moment 1 4)
    \times 2/3 {
      a8 c e a r r r4.
    }
  }
}

i know this is incorrectly typeset -- the rest should be typed as a
normal r4, but the behaviour of the tuplet brackets is a bit weird.
shouldn't it be set as 

  +-- 3 --+
  |   /.  |
      \
      C

regardless?

thanks,
simon.
-- 
I have a very strange feeling about this...
                -- Luke Skywalker

Attachment: funnytuplet.png
Description: PNG image


reply via email to

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