bug-lilypond
[Top][All Lists]
Advanced

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

Re: Beams not connecting


From: Hans Aberg
Subject: Re: Beams not connecting
Date: Mon, 8 Oct 2007 11:10:14 +0200

On 8 Oct 2007, at 08:13, Graham Percival wrote:

Hans, I was looking for an easier-to-understand example. I have added it to the tracker, but please have a look at the example I added for hints about future bug reports.

http://code.google.com/p/lilypond/issues/detail?id=489

Yes, I see what you want, and I have rewritten it, as well making two other examples in meters 7/16 and 11/16 (these are common meters in Bulgaria, and the 25/16 can be viewed as being compound of them).

The bug is not about 25/16 specifically, but it seems to occur in any situation where the two 1/16 notes to be connected do not fall within a segment if the measure is divided into 1/8s (starting at the beginning of the measure). This may happen with these complex meters, but others have experienced with n-tuplets, as recently in the LilyPond Users list for quintuplets.

----
\version "2.11.33"
\paper{ ragged-right=##t }
\relative c' {
  \time 7/16
  #(override-auto-beam-setting '(end * * 7 16) 3 16)
  c16 c c  e8 e16 e |
  d16 d d  f f f f |
}
----
\version "2.11.33"
\paper{ ragged-right=##t }
\relative c' {
  \time 11/16
  #(override-auto-beam-setting '(end * * 11 16) 4 16)
  #(override-auto-beam-setting '(end * * 11 16) 7 16)
  e8 e16 e  c c c  e8 e16 e |
  d16 d d d  d d d  f f f f |
}
----
\version "2.11.33"
\paper{ ragged-right=##t }
\relative c' {
  \time 25/16
  #(override-auto-beam-setting '(end * * 25 16) 3 16)
  #(override-auto-beam-setting '(end * * 25 16) 7 16)
  #(override-auto-beam-setting '(end * * 25 16) 10 16)
  #(override-auto-beam-setting '(end * * 25 16) 14 16)
  #(override-auto-beam-setting '(end * * 25 16) 18 16)
  #(override-auto-beam-setting '(end * * 25 16) 21 16)
  c16 c c   e8 e16 e
  c16 c c   e8 e16 e
  e8 e16 e  c c c  e8 e16 e |
  d16 d d  d d d d
  d16 d d  d d d d
  d16 d d d  d d d  f f f f |
}
----






reply via email to

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