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: Carl Sorensen
Subject: Re: midi output without harmonies from ChordNames
Date: Sun, 19 Jul 2009 14:48:33 -0600



On 7/19/09 12:07 PM, "Werner" <address@hidden> 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{} 
}

See sections 3.1 and 3.5 of the Notation Reference

HTH,

Carl






reply via email to

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