lilypond-devel
[Top][All Lists]
Advanced

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

[PATCH] Bugfix: Ambitus (Was: Re: ambitus and G_8)


From: Juergen Reuter
Subject: [PATCH] Bugfix: Ambitus (Was: Re: ambitus and G_8)
Date: Tue, 23 Jul 2002 20:18:19 +0200 (CEST)


On 11 Jul 2002, Laura Conrad wrote:

>
> When I print the attached file, the ambitus is an octave too high.  It
> may be something wierd I'm doing, since I've seen the ambitus engraver
> work on other files with a G_8 clef, but I don't see what.
>

Should be fixed with the attached diff.  Actually, this was not a problem
with some specific clefs, but rather yet another problem related to the
start/stop_translation_timestep() anomaly (lily may issue a
stop_translation_timestep() before having issued a
start_translation_timestep()).

BTW., your file produces (at least on my machine here) many errors like:

programming error: empty break column? --fixme (Continuing; cross thumbs)

programming error: No spacing entry from LeftEdge to `custos' (Continuing;
cross thumbs)

The latter can be avoided by adding

                        (custos . (extra-space . 0.0))

to the LeftEdge grob in scm/grob-description.scm.  However, since I think
the latter message is a result of something else that went wrong and
under normal circumstances this situation should not occur, I decided not
to include this line in my patch.

Greetings,
Juergen

Attachment: patch_1.5.69.jr1.diff
Description: Text document


reply via email to

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