Currently, if music is quoted using \quoteDuring, it does not generate any
output in MIDI format.
Attached is a sample file. While the PDF output contains the quoted notes (note
that they are NOT cue notes, but real quotes), but the MIDI output is silent.
Unfortunately, I haven't found the code where quoted voices are ignored in the
performers... Can you point me to the spot where one would look for a
solution?
Cheers,
Reinhold
--
------------------------------------------------------------------
Reinhold Kainhofer,
reinhold@...,
http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
*
http://www.fam.tuwien.ac.at/, DVR: 0005886
* LilyPond, Music typesetting,
http://www.lilypond.org[quote-during.ly]
\version "2.13.7"
quoteMe = \relative c'' { \repeat unfold 16 { fis8.[ g16] } }
\addQuote "quoteMe" \quoteMe
\score {
<<
\new Staff \relative c'' {
c2 d |
\quoteDuring #"quoteMe" {s2} d2 |
\quoteDuring #"quoteMe" {s1} |
c1
}
>>
\midi {}
\layout {}
}
_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel