bug-lilypond
[Top][All Lists]
Advanced

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

tupletSpannerDuration bug


From: Tuukka Verho
Subject: tupletSpannerDuration bug
Date: Fri, 26 Jan 2007 18:06:25 +0200

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)      
        
        c8 \times 2/3 {c16 c c} c4 c c
        c4 c c c
}

Attachment: tuplet-bug.png
Description: PNG image


reply via email to

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