bug-lilypond
[Top][All Lists]
Advanced

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

autobeaming problem


From: Erik Sandberg
Subject: autobeaming problem
Date: Fri, 19 Mar 2004 12:42:14 +0100
User-agent: KMail/1.5.4

Hi,

There is one thing that I miss in the autobeaming: It seems that if a beam 
starting point has been found, but the Voice suddenly ends abruptly, without 
having reached a natural beam ending point, then no beam is created. IMHO, 
the beam should instead be finished at the last note of the voice (just as it 
does if a dummy skip is appended at the end of the voice)

Example:

% 1. The notes inside the <<\\>> in the second bar should be beamed. This is a 
real problem that occurs frequently.
% 2. The last notes before end-of-file should be beamed. Not a big problem 
though; it seldom happens in real music.

\notes {
 b16 b <<{b8 b b16 r} \\ {b8 b b16 r}>> b b b s s4 |
 b16 b <<{b8 b b16} \\ {b8 b b16}>> r b b b 
}

The second bar should be beamed as:
 b16[ b] <<{b8[ b b16]} \\ {b8[ b b16]}>> r b[ b b]
but is instead beamed as:
 b16[ b] <<{b8[] b[] b16[]} \\ {b8[] b[] b16[]}>> r b[] b[] b[]

Erik





reply via email to

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