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 :

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
music ={ \repeat unfold 4 \relative c' {e4 d c d} }

\addQuote #"music"  \music


\new Voice  {
 \quoteDuring #"music" s1
 \transposedCueDuring #"music" #0 d'' s1
 \transposedCueDuring #"music" #0 e s1*2
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

At the beginning, i tried to use

   \transpose c'  d''  \quoteDuring #"music" s1
   \transpose c'  e \quoteDuring #"music" s1*2

instead of using transposedCueDuring but it doesn't work : no transposition made !
QuotedMusic seems to be untransposable.

Gilles


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to