lilypond-devel
[Top][All Lists]
Advanced

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

Re: Auto-beam in 2.6


From: Stephen
Subject: Re: Auto-beam in 2.6
Date: Sun, 3 Jul 2005 23:08:25 -0500

I believe revert- works like every other revert and only reverts a previous override, restoring the default, not reverting the default itself. After all, revert means to go back to a previous state, not to establish a state.

#'(override-auto-beam-setting '(1 16 4 8) 3 8 'Staff)
#'(revert-auto-beam-setting '(1 16 4 8) 'Staff)

Stephen

----- Original Message ----- From: "Mats Bengtsson" <address@hidden>
To: "Joe Neeman" <address@hidden>
Cc: "Lilypond Devel" <address@hidden>; <address@hidden>
Sent: Saturday, July 02, 2005 4:29 PM
Subject: Re: Auto-beam in 2.6


revert-... will only remove start/stop points that have already been
defined earlier and as far as I can understand, you have to use exactly
the same parameters (for example wildcards or absence of wildcards) as
in the already existing settings. In other words, you have to go into
the file /usr/share/lilypond/2.6.0/scm/auto-beam.scm (or wherever the
file is installed on your machine) and see exactly what default settings
are done there if you want to remove one of these defaults.

I send a copy of this email to lilypond-devel, since your question
shows how user-unfriendly this interface is for the moment.

   /Mats


Joe Neeman wrote:
override-auto-beam-setting adds an extra beam start/break point
revert-auto-beam-setting removes a beam start/break point (but doesn't
seem to like wildcards)


Actually, I still have a couple problems understanding things:

%%% This beams straight through the 3rd beat, as expected
{
\time 4/4
#(revert-auto-beam-setting '(end 1 16 4 4) 3 4)
\repeat unfold 16 a16
}

%%% This still breaks the beam at the 2nd beat!
{
\time 4/4
#(revert-auto-beam-setting '(end 1 16 4 4) 2 4)
\repeat unfold 16 a16
}

I also have some problems with setting the beginning of a beam:

%%% This should prevent the beam from starting on beat 3, right?
{
\time 6/8
#(revert-auto-beam-setting '(begin 1 8 6 8) 3 8)
\repeat unfold 6 a8
}


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 Fax:   (+46) 8 790 7260
Email: address@hidden
WWW: http://www.s3.kth.se/~mabe
=============================================


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





reply via email to

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