> Hi all,
> 
> I am tranposing some music for a band that I play in however the true 
> transposition takes the part into c# major.  However, in the original score a 
> similar Bb part is notated in Db major which is the enharmonic equivalent. 
> My question is : Is it possible to do this type of enharmonic transposition?

You mean something like:

m=\notes\relative c'{
\key cis \major

cis dis eis fis gis ais bis cis
}

\score{
  <
    \context Staff=untransposed \m
    \context Staff=transposed \notes\transpose deses' \m
  >
}


   /Mats



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to