lilypond-user
[Top][All Lists]
Advanced

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

Extract notes within music function


From: Aleksandr Andreev
Subject: Extract notes within music function
Date: Wed, 7 Nov 2012 11:32:51 -0600

Hello list,

Is it possible to extract individual notes from the music passed to a music function, e.g.:

\myFunction { c d e f }

Within myFunction, can I do something like

car notes
cdr notes
etc.

to process the c, d, etc., individually? The argument can be arbitrarily long.

Thanks,

Aleksandr

reply via email to

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