On 7/19/09 12:07 PM, "Werner" <[email protected]> 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




_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to