lilypond-user
[Top][All Lists]
Advanced

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

Re: auto beaming strangeness


From: Neil Puttock
Subject: Re: auto beaming strangeness
Date: Sat, 30 Jun 2007 12:56:21 +0100


Hi Adam,

Your revert doesn't work because it doesn't match the default for 9/8.

If you check the auto-beam engraver settings in auto-beam.scm you'll see the following line:

((end * * 9 8) . ,(ly:make-moment 3 8))

So you need to change your revert to the following:

#(revert-auto-beam-setting '(end * * 9 8) 3 8)

Regards,
Neil

reply via email to

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