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

_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to