lilypond-user
[Top][All Lists]
Advanced

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

Quoted music and midi


From: Cynthia Karl
Subject: Quoted music and midi
Date: Fri, 06 Mar 2015 11:36:10 -0600

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:

PNG image

,
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?

reply via email to

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