2017-10-19 2:11 GMT+02:00 Jorge Gomez Abrante <jorgegomezabra...@gmail.com>:
> Hello all!
>
> Is there a command line option that allows me to translate lilypond grammar
> to scheme internal code.
>
> I want to study how the \retrograde function was implemented in Scheme.
>
> Your help is greatly appreciated!
>
> best regards,
>
> Jorge Gomez Abrante composer and performer



You could do

lilypond scheme-sandbox
(procedure-source (ly:music-function-extract retrograde))
(procedure-source retrograde-music)

But why?
It's far easier to look it up in the relevant .ly and .scm-files using
searching utilities of a good editor.

Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to