Hi,

For Mutopia I am converting old versions of lilypond files into more recent
versions.
I am currently working on a piece written for 1.2.17 which has the following
construct:
    \paper { \translator { \VoiceContext beamAutoEnd = "1/4"; } }
This is translated by convert-ly into
    \layout { \context { \Voice #(override-auto-beam-setting '(end * * * *)
1 4) } }
for version 2.4.2. This looks quite reasonable to me, but lily chokes on
this. I tried a lot of variations, (like starting with "#'(override" but it
won't translate without errors. I still have problems using scheme in lily
code. Can someone help me out.

Regards,
Ruud van Silfhout



_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to