lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Easy transposition


From: Gilles THIBAULT
Subject: Re: Easy transposition
Date: Tue, 22 Apr 2008 00:12:59 +0200


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]