gnu-music-discuss
[Top][All Lists]
Advanced

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

Re: append sequential music, scheme


From: Rune Zedeler
Subject: Re: append sequential music, scheme
Date: Tue, 03 Apr 2001 00:09:25 +0200

Han-Wen Nienhuys wrote:

> > I would really like a nice syntax for appending sequential music.
> 
> why?

If you don't like infinitely long lines and you would like to keep the
different voices close to each other you have to do something like


sop = \notes { .................}
alt = \notes { ................. }
...
sop = \notes {\sop .................}
alt = \notes {\alt .................}
...
sop = \notes {\sop .................}
alt = \notes {\alt .................}
...
sop = \notes {\sop .................}
alt = \notes {\alt .................}
...

For each line a new layer of sequential music appears - and that I
defenitely finds very ugly.
Further more this would make it easier to make scheme-apply-tricks.

-Rune



reply via email to

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