lilypond-devel
[Top][All Lists]
Advanced

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

Re: Still missing some ancient clefs


From: Juergen Reuter
Subject: Re: Still missing some ancient clefs
Date: Wed, 28 Aug 2002 14:37:22 +0200 (CEST)

On 28 Aug 2002, Laura Conrad wrote:

> ...
> If you can't fix the whole of ancient-font.ly, can you let me know
> what I should be saying instead of:
>

I am writing somewhat in a hurry; hence the following is all untested.  I
will test it later.

In file scm/clef.scm, function supported-clefs, all supported clefs are
listed.  You can also access the clef glyphs directly.  For example,
the line

         ("neo_mensural_c1" . ("clefs-neo_mensural_c" -4 0))

in function supported-clefs means, that

    \clef "neo_mensural_c1"

is shorthand for:

    \property Staff.clefGlyph = #"clefs-neo_mensural_c"
    \property Staff.clefPosition = #-4
    \property Staff.clefOctavation = #0

But do not forget to set

    \property Staff.Clef \set #'font-family = #'ancient

before you try to access a clef of the ancient font (this will hopefully
go away in some future version of lilypond).

>        mensural2_f
> ...
>        mensural2_c

These have been renamed.  Should now be among the various mensural_* or
neo_mensural_* clefs, as listed in scm/clef.scm.

Greetings,
Juergen





reply via email to

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