Hmm... I think I may have misunderstood the documentation originally. If I use

  #(override-auto-beam-setting '(end * * * *) 1 4 'Staff)
  #(override-auto-beam-setting '(end * * * *) 1 2 'Staff)
  #(override-auto-beam-setting '(end * * * *) 3 4 'Staff)

it works. The trick must be to define each point in the bar at which you want the beams to break.

Stewart

----- Original Message ----- From: "Roland Goretzki" <[EMAIL PROTECTED]>
To: <lilypond-user@gnu.org>
Sent: Saturday, May 27, 2006 8:39 PM
Subject: Re: Automatic beaming


Hello list, hello Stewart,

convert-ly and the documentation say, that You can get what You want
with

 \set Staff.beatLength = #(ly:make-moment 1 4)

instead of

 #(override-auto-beam-setting '(end * * * *) 1 4)



But this doesn't seem to work, whereas the following does work:

 \set Staff.beatLength = #(ly:make-moment 1 2)

You can try ... but You don't need ...

I'm quite sure this is a bug, and I wrote over this two times the last
week, but nobody seems to know an answer. So I was just thinking about
to send en e-mail again, as I saw Your question. :-)

The example You give is very long, so I put my ly-file with six differnt
very short examples (showing, what works, and what not works) in the
attachment.

Best Regards           Roland



--------------------------------------------------------------------------------


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



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

Reply via email to