Rune Zedeler <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to