On Sat, 12 Jun 2010 18:55:01 +0530
Disc Magnet <discmag...@gmail.com> wrote:
> In my Lilypond input file, I have a group of notes that are repeated
> at many places in the music. Here is a hypothetical example.
> 
> c d e f g a b c
> c c c d d d e e
> a b a b c c d d
> c d e f g a b c
> f e fe f e g g g
> c d e f g a b c
> 
> So, you can see that 'c d e f g a b c' is repeated again and again. Is
> there a way to make a macro or a variable and store 'c d e f g a b c'
> in it and reuse it whenever required?

Riff1 = {c d e f g a b c}
...
\Riff1

-- 
D'Arcy J.M. Cain
Big Smoke Music
http://BigSmokeMusic.com/

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

Reply via email to