Consider the following snippet:

\version "2.19.16"

music = \relative c'' {     c,4 d e f |     g a b c | }

\addQuote "music" \music

moreMusic = \relative c'' {
    r2 \quoteDuring "music" s2
    r2 \quoteDuring "music" s2
}

\score { <<
    \new Staff \music
    \new Staff \moreMusic
         >>
         \layout { }
         \midi { }
 }

The printed output is fine:

,
but although it makes a midi file with two channels, there don't seem to be any 
notes in midi channel 2:

Attachment: QuotedMusicOnMidi.midi
Description: MIDI audio


Is this a known problem?
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to