example project is needed I
> can send one privately.
I see two solutions for 2.4, both of which require messing with
non-documented internals.
One solution is changing the context variable, the other is to make a
(override-auto-beam-settings) that works on score level.
See below.
Jan
D]>
Cc: "Lilypond development"
Sent: Monday, January 10, 2005 6:07 PM
Subject: Re: override-auto-beam-settings
> Hi Jan (and others),
>
> Thanks for your answer.
>
> > Ruud van Silfhout writes:
> >
> > > This is translated by convert-ly in
example project is needed I
can send one privately.
Thanks,
Ruud van Silfhout
Mutopia Maintainer.
email: Ruud.vanSilfhout(at)Mutopiaproject.org
- Original Message -
From: "Jan Nieuwenhuizen" <[EMAIL PROTECTED]>
To: "Ruud van Silfhout" <[EMAIL PROTECTED]>
Cc:
Ruud van Silfhout writes:
> 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
It is, only this (a SCM expression) cannot be used in the layout block,
this expression
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 { \c