On 20/12/2024 12:18, Frédéric wrote:
Hi,
I want to adapt a piano score for a small set of instruments. The
right hand is already written as a set of chords with 2 notes <a c'>
<b d'>... Is there a way to turn it into a set of 2 voices { a b } \\
{ c' d' }?
Thanks,
F
I would use a little perl or python script to do this, not lilypond.
This is just the sort of work that perl was intended for - munging text
files. That is fine for Linux/Mac users, on Windows it may be more
problematical. I don't touch Windows, so although I know it is possible,
I don't know how easy/difficult it is.
In any case, if you are in relative mode you may find that your octaves
are messed up, but a script will do the heavy lifting.