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, reinh...@kainhofer.com, 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
\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@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel