changePitch at http://gillesth.free.fr/Lilypond/changePitch/changePitch.ly
defineTransform in LSR 346

However, each has its deficiencies, and I now need to code some music which neither of these utils can handle. The rhythmic pattern to be repeated >involves ties. 346 handles these but changePitch doesn't.

Sorry to answer so late.
With changePitch and ties, you can use the function \samePitch.
It is ( shortly ) discribed in section 6) of the doc of \changePitch :
http://gillesth.free.fr/Lilypond/changePitch/change-pitch-doc.pdf


%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include "changePitch.ly"

pattern = { \samePitch {c2 ~ c8} c4. }

\changePitch \pattern
  {  <c'e'>^\markup{Ok now} <d'f'> <e'g'> <f'a'> }


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

Gilles


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to