lilypond-user
[Top][All Lists]
Advanced

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

Re: Creation of a generic pattern


From: Voyageur Galactique
Subject: Re: Creation of a generic pattern
Date: Mon, 28 Feb 2011 09:16:34 +0100

> have you taken a look at this snippet:
> http://lsr.dsi.unimi.it/LSR/Item?id=654

Many thanks ! This one is very simple to use.

example :
8<-----------------------------------
\include "changePitch.ly"

pattern = { \times 2/3 {c16\>[( c c\!) } c16 \staccato c \staccato] }



\relative c'' {
 \changePitch \pattern { g\f a g e a }
 \changePitch \pattern { g\f a g e c' }
 \changePitch \pattern { b c b g d' }
}
8<-----------------------------------

There is an updated version of the script here:
http://gillesth.free.fr/Lilypond/changePitch



reply via email to

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