Re: tupletSpannerDuration bug

2007-02-01 Thread Graham Percival
Thanks, added as http://code.google.com/p/lilypond/issues/detail?id=263 Cheers, - Graham Tuukka Verho wrote: My apologies - I had changed the tupletSpannerDuration to 1/8 from 1/4 for testing purposes and didn't remember to change it back. This code demostrates the bug: \version "2.11.0"

Re: tupletSpannerDuration bug

2007-01-31 Thread Tuukka Verho
My apologies - I had changed the tupletSpannerDuration to 1/8 from 1/4 for testing purposes and didn't remember to change it back. This code demostrates the bug: \version "2.11.0" \paper {ragged-right = ##t} \relative c' { \set tupletSpannerDuration = #(ly:make-moment 1 4) c8 \times 2/3 {c16

Re: tupletSpannerDuration bug

2007-01-30 Thread Graham Percival
Sorry, I cannot duplicate this in 2.11.14. Are you certain that you used this version? (not 2.11.4 or 2.10.14 ?) Cheers, - Graham Tuukka Verho wrote: In 2.11.14, if one enters a tuplet shorter than tupletSpannerDuration, the bracket won't be terminated correctly. The bug didn't occur in 2.10

tupletSpannerDuration bug

2007-01-26 Thread Tuukka Verho
In 2.11.14, if one enters a tuplet shorter than tupletSpannerDuration, the bracket won't be terminated correctly. The bug didn't occur in 2.10.0. A minimal example: \version "2.11.0" \paper {ragged-right = ##t} \relative c' { \set tupletSpannerDuration = #(ly:make-moment 1 8)