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>>

_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to