bug-lilypond
[Top][All Lists]
Advanced

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

Tuplet bracket doesn't end properly when quoting


From: Alard de Boer
Subject: Tuplet bracket doesn't end properly when quoting
Date: Mon, 8 Jan 2007 00:08:41 +0100

Not top posting.

In the following case, when quoting another voice, the tuplet
bracket doesn't end where it should:

---
%% tuplet bracket doesn't end properly when quoting

\version "2.10.9" % on Ubuntu Linux 6.10
\paper { ragged-right = ##t }

\addquote x {
   \times 2/3 { a'8 a' a' } a'4 a'2 |
}

\new Staff <<
   \set Staff.quotedEventTypes = #'(note-event tuplet-span-event)
   \new Voice = "cue" { s1 }
   \new Voice {
       \cueDuring #"x" #1 { r4 }
       c'4
       \cueDuring #"x" #1 { r2 }
   }


--
Groeten,
Alard.

Ceterum censeo MS Word esse delendam.

Attachment: tuplet.png
Description: PNG image


reply via email to

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