lilypond-devel
[Top][All Lists]
Advanced

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

Re: CVS yesterday not printing longas


From: Juergen Reuter
Subject: Re: CVS yesterday not printing longas
Date: Wed, 5 Jun 2002 11:01:30 +0200 (CEST)

On 4 Jun 2002, Laura Conrad wrote:

> >>>>> "Laura" == Laura Conrad <address@hidden> writes:
>
>     Laura> When lily processes the attached file, she isn't printing the 
> \longas
>     Laura> at the end of the parts.  This is with CVS of yesterday or so.
>
>     Laura> I assume this is because something has changed about the
>
>     Laura>         \property Voice.NoteHead \override  #'style = #'baroque
>
>     Laura> statement?
>
>
> I also did some playing with
>
> \property Voice.NoteHead \override #'style = #'mensural
>
> as described in the documentation, and that didn't cause either the
> longas or the breves to print.
>

Try:

\property Voice.NoteHead \override #'style = #'mensural
\property Voice.NoteHead \override #'font-family = #'ancient

The 'baroque' style seems to be broken due to the fact that it intermixes
font characters from the feta font (whole, quarter, eighth, ...) with
characters from the parmesan font (brevis, longa, maxima), see function
find-notehead-symbol in scm/output-lib.scm.  This is yet another problem
arising from the recent font split.  To work around this, the user
currently all the time has to switch #'font-family between #'ancient (for
brevis, longa, maxima) and #'music (for all other durations).

This is yet another good reason for introducing a 16-bit font character
lookup table, as I recently proposed.  But this is probably unlikely to be
introduced before 1.7, since it requires major changes to many parts of
lily.

Greetings,
Juergen




reply via email to

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