[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lilypond 1.5.13
From: |
Mats Bengtsson |
Subject: |
Re: lilypond 1.5.13 |
Date: |
Tue, 25 Sep 2001 11:40:26 +0200 |
>
> address@hidden writes:
> > The dots of dotted notes are completely misplaced in 1.5.13,
> > see for example input/regression/dots.ly
>
> see if this helps?
>
> --- dot-column-engraver.cc~ Mon Sep 24 01:04:29 2001
> +++ dot-column-engraver.cc Mon Sep 24 23:15:06 2001
> @@ -84,6 +84,6 @@
> If omitted, then dots appear on top of the notes.
> ",
> /* creats*/ "DotColumn",
> -/* acks */ "dot-column-interface stem-interface",
> +/* acks */ "rhythmic-head-interface dot-column-interface
> stem-interface",
> /* reads */ "",
> /* write */ "");
Thanks, that looks better!
However, I found another bug, the rest collisions don't seem to work,
see input/regression/rest-collision.ly
/Mats
/Mats