lilypond-user
[Top][All Lists]
Advanced

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

Re: Flat symbol in the header


From: Jan Nieuwenhuizen
Subject: Re: Flat symbol in the header
Date: Sat, 15 Jun 2002 11:46:35 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu)

Rune Zedeler <address@hidden> writes:

> Marco Caliari wrote:
>
>> \header{instrument="Instruments in Bb"}
>
> \header { instrument = "Instruments in B$\\flat$" }

Fwiw, using feta characters, like this, should also work:

   \header{
       instrument="instruments in B\fetachar\fetaflat"
       }

   \score{
       \notes\relative c'' { c }
   }

But, for some reason, the \fetafont and \fetachar macro definitions
have been turned off in lilyponddefs.tex (can we turn them back on, please?).

Remove comment characters '%', like so:

  %% The feta characters
  \input feta20.tex

  \font\fetasixteen=feta16
  \def\fetafont{\fetasixteen}
  \def\fetachar#1{\hbox{\fetasixteen#1}}

Greetings,
Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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