Hi, i have seen in the documentation transposition options for winds,...do
you
now if there is any option for free transposition? something like:
startTransposition 5 sts up (music here) stopTransposition. I would love
something like this
Perhaps you can use quotedMusic :
%%%
Hi David,
any option for free transposition? something like:
startTransposition 5 sts up (music here) stopTransposition
This should give you the hint you need:
\relative
{
c d e f
\transpose c e' { c d e f }
c d e f
\transpose c b { c d e f }
}
Hope this helps!
Kieren.
Hi, i have seen in the documentation transposition options for winds,...do you
now if there is any option for free transposition? something like:
startTransposition 5 sts up (music here) stopTransposition. I would love
something like this,...it should be very difficult to implement?
Thank you very