lilypond-user
[Top][All Lists]
Advanced

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

Re: Other fonts than computer modern/feta nummer


From: Mats Bengtsson
Subject: Re: Other fonts than computer modern/feta nummer
Date: Mon, 28 Jul 2003 14:44:04 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

In the header, you can change the fonts using standard LaTeX
commands but if you want to do some more elaborate changes to the
layout I recommend to use lilypond-book instead of ly2dvi.

The Computer Modern font family includes a number of different
fonts, so if you just want a sans serif font, you could do for
example:

\header{
  title = "\sffamily My title"
  ...
}

To get the Palatino font instead of Computer Modern in the heading, try

\header{
  latexpackages = "palatino"
  ...
}


   /Mats

Han-Wen Nienhuys wrote:
address@hidden writes:

I would like to use in the header and elsewhere fonts different from Computer Modern.
I don't know anything about TeX. How can I do it?

I tried to change the feta-nummer font for multi-measure rests (feta-nummer is wonderful, but right now I'm making bass guitar transcriptions, and I would prefer a more...modern-like font). If I use a standard font (i.e. times), the whole rests disappear and latex gives me an error if I don't set the church rest limit to 1. Is there a way to avoid this but using a font different than feta-nummer for multi-measure numbers?


I've added an example how to do this in input/regression/font-name.ly
in 1.7 CVS; For mmrests there are some special problems in version
1.6, since it uses two fonts at the same time (one for the symbols,
one for the numbers.) - I recommend you to try the next 1.7 release or
wait for a few weeks till 1.8 is out.

--
Han-Wen Nienhuys | address@hidden | http://www.xs4all.nl/~hanwen

_______________________________________________
Lilypond-user mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/lilypond-user


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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