lilypond-user
[Top][All Lists]
Advanced

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

Re: convert relative to absolute...


From: Julian Peterson
Subject: Re: convert relative to absolute...
Date: Tue, 31 Oct 2006 14:16:42 -0500
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

Perfect, that is exactly what I needed.
Thanks for your help,
JP

Nicolas Sceaux wrote:
Julian Peterson <address@hidden> writes:

I have a project in which I am training a computer to improvise in the
same style as an example piece of music.
I wrote a little program in supercollider to take a sequence of
lilypond notes, learn patterns from them and then generate
output for lilypond to render into a score.
The material I would like to feed it is written using /relative , but
for my script to work I need it to be in absolute pitches.  Is there a
script or method for doing this?

In other words, I would like to convert:

/relative c'' { c d e f g f e d c g c g c}
to
{c'' d'' e'' f'' g'' f'' e'' d'' c'' g' c'' g' c''}

Any ideas?

Try \displayLilyMusic or a text editor capable of doing such a
conversion (eg. Emacs). If the output of \displayLilyMusic is
incorrect, please file a bug report.

nicolas





reply via email to

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