Fixed in cvs.
Carl Sorensen
___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel
Hi,
I'm back now, returning to an awful lot of bugreports to deal with.. First
thing I did was to cvs update && make, which fails. Output ends like:
LILYPOND package=lilypond -C misc all && true
make[2]: Entering directory `/home/erik/lily/lilypond/Documentation/user'
cd ./out && /home/erik/lily
On Thursday 29 July 2004 16.23, Werner LEMBERG wrote:
> > I have been doing some thinking about how to make autobeaming
> > user-friendly. My conclusion is that the easiest way might be to
> > show by example how to autobeam. I.e., autobeaming would take a
> > beamed \notes block as a parameter, s
%
% slur-dynamic.ly
%
% [EMAIL PROTECTED]
%
\version "2.3.11"
\header { texidoc = "
This is a very bad example how slurs and dynamics interact.
" }
\score {
\relative c' {
c1\p( | b)
}
\paper {
indent = 0.0\mm
linewidth = 70.0\mm
}
}
% EOF
<>__
Werner LEMBERG writes:
> I wonder whether it is possible to automatically avoid collisions of
> triplet brackets and dynamic signs which must never collide. It would
> be a great time saver since you didn't have to manually resolve this.
I think that with the new and improved slur code, we now r