lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing voice order...


From: Kieren MacMillan
Subject: Re: Changing voice order...
Date: Tue, 1 Nov 2016 18:40:13 -0400

Hi all,

>   [pseudocode:]
>   \splitUD { topmusic \with UP } { bottommusic \with DOWN }
>   \splitUUD { topmusic \with UP } { middlemusic \with UP } { bottommusic 
> \with DOWN }
>   \splitUDD { topmusic \with UP } { middlemusic \with DOWN } { bottommusic 
> \with DOWN }
>   etc.

If I was better with Scheme, I would try to whip up a function that accepted an 
arbitrary number of musical expressions, with the up/down dictated by the first 
parameter, e.g.

    \split u,d,u,u,d,d { 1st,up [= top] } { 2nd,down } { 3rd,up } { 4th,up } { 
5th,down } { 6th,down [= bottom] }

Seems like smarter-than-me people could make this (or similar) work, no sweat.

Cheers,
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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