Status: Accepted
Owner: ----
Labels: Type-Crash
New issue 3470 by [email protected]: \cueDuringWithClef within
\tuplet causes crash
http://code.google.com/p/lilypond/issues/detail?id=3470
\version "2.17.19"
\header { texidoc = "
@code{\cueDuringWithClef} works fine within @code{\tuplet}.
Here is a counterexample which makes lilypond crash.
Note that there is no crash if you use @code{\cueDuring} instead.
" }
cue = \relative c'' {
\tuplet 3/2 { f4 r2 }
}
\addQuote "cue" \cue
\new Staff \relative c' {
\tuplet 3/2 { \cueDuringWithClef #"cue" #UP #"treble^8" { s4 } d2 }
}
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings