Re: Easy transposition

2008-04-21 Thread Gilles THIBAULT
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 : %%%

Re: Easy transposition

2008-04-21 Thread Kieren MacMillan
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.

Easy transposition

2008-04-21 Thread David Echevarria
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