lilypond-user
[Top][All Lists]
Advanced

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

Re: midi output without harmonies from ChordNames


From: Werner
Subject: Re: midi output without harmonies from ChordNames
Date: Tue, 21 Jul 2009 05:19:57 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Carl Sorensen <c_sorensen <at> byu.edu> writes:

> 
> 
> On 7/19/09 12:07 PM, "Werner" <mey.wer <at> web.de> wrote:
> 
> > Hello.
> > 
> > I want to create a score (pdf) containing chord-names above the notes and a
> > midi-file, which containes all the notes but NOT the chords (harmonies).
> > 
> > Is this somehow EASY to achieve?
> 
> Yes.  You just need to have two different scores, one for MIDI and one for
> layout.
> 
> The layout one has 
> 
> \score{
>   <<
>     \chordNames { \myChords }
>     \myNotes
>   >>
>   \layout {}
> }
> 
> The midi one has
> 
> \score{ 
>   \myNotes
>    \midi{} 
> }

Thanks. This helps, of course.

But it's a pity, that something like

\midi {
\context {
  \Score
% midi-out all voices but not harmonies from ChordNames
% \???
}
}

doesn't exist. It would be easier.

Werner





reply via email to

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