A point to bear in mind - and I had exactly this trouble when I first started using lilypond ...
\transpose changes the pitch of the notes as internally represented within lilypond. As such, I tend to think of it as a device for inputting from and outputting to paper. \transposition (as far as I can make out) is a midi construct, that alters the pitch of sound output. Even as I write this, it doesn't quite make sense to me, but bearing in mind I do not use midi at all, and I originally tried to use \transposition and was told to use \transpose instead ... Anyways, I gather that if you're writing for an instrument like a horn, that changes its crook (and hence fundamental key) part way through a piece, you're in for a world of pain whatever you do if you want to produce both a music part and midi from the same source file ... :-( Cheers, Wol -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] .org] On Behalf Of Toine Schreurs Sent: 01 September 2006 16:55 To: Markus Schneider Cc: lilypond-user@gnu.org Subject: Re: \transpose weird staffs You don't have to split the parts if you \tranpose direct from es to g hornpartInG = \relative c' { .... notes in G .... \transpose g ees \relative c' { .... notes in Es .... } } \score { \new Staff \transpose f g { \hornpartInG } } Or even bring the notes to C first (no more need for \transposition for midi output) hornpartInC = \transpose c g \relative c' { .... notes in G ... \transpose g ees \relative c' { .... notes in Es .... } } \score { \new Staff \transpose f c { \hornpartInC } } Toine > AFAICS, the easiest way is to split your horn part into two seperate ones: > > hornpartG = \relative c' { > \transposition g > ... many notes ... > } > > hornpartEES = \relative c' { > \transposition ees > ... many notes ... > } > > Then use \transpose as usual on each of them. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user * ************************************************************************ * This transmission is intended for the named recipient only. It may contain private and confidential information. If this has come to you in error you must not act on anything disclosed in it, nor must you copy it, modify it, disseminate it in any way, or show it to anyone. Please e-mail the sender to inform us of the transmission error or telephone ECA International immediately and delete the e-mail from your information system. Telephone numbers for ECA International offices are: Sydney +61 (0)2 8272 5300, Hong Kong + 852 2121 2388, London +44 (0)20 7351 5000 and New York +1 212 582 2333. * ************************************************************************ * _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user