lilypond-user
[Top][All Lists]
Advanced

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

Re: Automatic beaming


From: Stewart Holmes
Subject: Re: Automatic beaming
Date: Sat, 27 May 2006 21:54:04 +0100

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" <address@hidden>
To: <address@hidden>
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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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