lilypond-devel
[Top][All Lists]
Advanced

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

override-auto-beam-settings


From: Ruud van Silfhout
Subject: override-auto-beam-settings
Date: Sun, 9 Jan 2005 18:40:10 +0100

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





reply via email to

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