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: Han-Wen Nienhuys
Subject: Re: append sequential music, scheme
Date: Tue, 3 Apr 2001 00:43:38 +0200

address@hidden writes:
> > 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 .................}

> For each line a new layer of sequential music appears - and that I
> defenitely finds very ugly.

wouldn't it be easier to write an flatten  function, that unlayers the
seq music? Then you can just conclude with

    sop = \apply #flatten-music \sop

-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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