Re: What is LilyPond's default font for titles?

2017-07-20 Thread Henning Hraban Ramm
Am 2017-07-20 um 20:56 schrieb Reilly Farrell : > For editing and consistency purposes, can anyone tell me what font LilyPond > uses to print title information in its pdfs by default? Based on the > documentation, I'm wondering if it might be New Century Schoolbook in the > roman (serif) font

Re: What is LilyPond's default font for titles?

2017-07-20 Thread Reilly Farrell
Thank you both! Best, Reilly On Thu, Jul 20, 2017 at 12:30 PM, David Wright wrote: > On Thu 20 Jul 2017 at 21:03:29 (+0200), caag...@gmail.com wrote: > > According to `strings whatever.pdf|grep FontName`, the only fonts in > > the output PDF are Emmentaler and Tex Gyre Schola. Since Emmentaler

Re: What is LilyPond's default font for titles?

2017-07-20 Thread David Wright
On Thu 20 Jul 2017 at 21:03:29 (+0200), caag...@gmail.com wrote: > According to `strings whatever.pdf|grep FontName`, the only fonts in > the output PDF are Emmentaler and Tex Gyre Schola. Since Emmentaler > is for music symbols, it's probably Tex Gyre Schola (bold, in the > case of titles). https

Re: What is LilyPond's default font for titles?

2017-07-20 Thread caagr98
According to `strings whatever.pdf|grep FontName`, the only fonts in the output PDF are Emmentaler and Tex Gyre Schola. Since Emmentaler is for music symbols, it's probably Tex Gyre Schola (bold, in the case of titles). On 07/20/2017 08:56 PM, Reilly Farrell wrote: For editing and consistency p

What is LilyPond's default font for titles?

2017-07-20 Thread Reilly Farrell
For editing and consistency purposes, can anyone tell me what font LilyPond uses to print title information in its pdfs by default? Based on the documentation, I'm wondering if it might be New Century Schoolbook in the roman (serif) font family - is this correct? Thank you! __

Re: Changing default font size

2014-06-09 Thread tisimst
d be included in the next release. -Abraham -- View this message in context: http://lilypond.1069038.n5.nabble.com/Changing-default-font-size-tp163069p163129.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list l

Re: Changing default font size

2014-06-08 Thread David Kastrup
tisimst writes: > With the release of LilyPond 2.20 happening relatively soon, Man, I really can't keep up with news these days. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-us

Re: Changing default font size

2014-06-08 Thread tisimst
http://lilypond.1069038.n5.nabble.com/Changing-default-font-size-tp163069p163109.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Changing default font size

2014-06-06 Thread Kevin Patrick Barry
Dear Federico, Here is a minimal example. I don't know what fonts you have installed on your system, so I put what I believe to be the default LilyPond Roman font into the function (not that it's important). Tinkering with the values in the "(/ staff-height pt 20)" argument doesn't seem to help. I

Re: Changing default font size

2014-06-06 Thread Jan-Peter Voigt
Hi Kevin, I did this together with Kieren ... it didn't make its way into the lilypond-codebase ... I should create a path. Anyway - I attached the file, we developed last year(?). The allowGrobCallback is needed to allow callbacks in the font-interface. \absFontSize creates a procedure, which ret

Re: Changing default font size

2014-06-06 Thread Federico Bruni
Can you provide a minimal example? 2014-06-06 15:39 GMT+02:00 Kevin Patrick Barry : > Dear Federico, > > Thank you for responding. I had read the section you linked (and copied > the code at the bottom into a style file). There are two problems: I can't > use an absolute font size in an override

Re: Changing default font size

2014-06-06 Thread Kevin Patrick Barry
Dear Federico, Thank you for responding. I had read the section you linked (and copied the code at the bottom into a style file). There are two problems: I can't use an absolute font size in an override, which I need, and if I change the font size in the paper block with the pango function all

Re: Changing default font size

2014-06-06 Thread Federico Bruni
2014-06-06 14:31 GMT+02:00 Kevin Patrick Barry : > Dear LilyPond users, > > I would like the font in a series of files to be size 10, but I don't want > to have to put \abs-fontsize in every markup. I would prefer to put it in > my style file, but when I mess with the font sizes there, the size of

Changing default font size

2014-06-06 Thread Kevin Patrick Barry
Dear LilyPond users, I would like the font in a series of files to be size 10, but I don't want to have to put \abs-fontsize in every markup. I would prefer to put it in my style file, but when I mess with the font sizes there, the size of the music glyphs also changes. Is there a way to change th

Default font size

2013-04-29 Thread Sebastian Canagaratna
Hi: I am doing a book of musical exercises interspersed with marjup text. I am tyring to this entirely is lilypond instead of going e.g. to lilypond+ latex. Here is my problem,Is there a way to set the dafault font for markup fontsize as opposed to Lyric fontsize and the size of default fonts for

Re: ChordNames default font

2013-01-09 Thread David Kastrup
Martin Tarenskeen writes: > Hi, > > I find the default choice of font and fontsize for ChordNames > extremely ugly. I know, it's a matter of personal taste. No, it isn't. Fonts are designed for purposes. The purpose of a running text font is to group into words as visual subunits of the larger

Re: ChordNames default font

2013-01-09 Thread Eluze
this message in context: http://lilypond.1069038.n5.nabble.com/ChordNames-default-font-tp138957p139119.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

ChordNames default font

2013-01-07 Thread Martin Tarenskeen
Hi, I find the default choice of font and fontsize for ChordNames extremely ugly. I know, it's a matter of personal taste. But has there ever been a poll/vote among Lilypond users about this? I have a feeling that I am not the only one who *always* uses \override to change this ChordName fon

Re: how to override default font size for markup?

2006-04-29 Thread Mats Bengtsson
Just do \override TextScript #'font-size = #-1 To learn more about this and other properties that can be set, goto the section on Text Scripts in the on-line manual. At the bottom of the page, click on TextScript and at the bottom of the next page click on font-interface. The general principles

how to override default font size for markup?

2006-04-27 Thread Bodo
Hi, I know I can change the font size for individual pieces of markup, but how do I change the global default? Specifically, I'm writing some numbers below notes: f'8_"6" (aes'8_"7") d''8_"10" (c''8_"9") bes'4_"8" d''4_"10" ees''2_"8" These numbers are all way too big, and the double digit one

Re: default font

2005-08-18 Thread fiëé visuëlle
Am 2005-08-17 um 18:03 schrieb [EMAIL PROTECTED]: actually the links helped me a lot. navigating around the .pdf was quite a pain in the a**, so i overlooked quite a lot of the crucial infos. But did you manage to set any font? How? I found the hint that fontconfig sees from OSX's fonts on

Re: default font

2005-08-17 Thread lfanele
-www/lilypond/ Font-selection.html#Font-selection the default font for most text output in LilyPond is New Century Schoolbook. The same section also includes examples of how to modify the font. However, you may have to combine that information with that of http://lilypond.org/doc/v2.6/Documentation

Re: default font

2005-08-17 Thread Mats Bengtsson
As described at the top of http://lilypond.org/doc/v2.6/Documentation/user/out-www/lilypond/Font-selection.html#Font-selection the default font for most text output in LilyPond is New Century Schoolbook. The same section also includes examples of how to modify the font. However, you may have to

default font

2005-08-17 Thread lfanele
hi everybody! what is the name of the default font for lilypond? i'm on os 10.4.2 and lilypond 2.6.3. what would be the \layout command to globally set the font-size and - type for lyrics and mark-up (i've seen it in the manual but never really got it to work). as always thanks

Re: changing default font

2005-06-18 Thread Mats Bengtsson
27:33PM -0700, Graham Percival wrote: On 17-Jun-05, at 9:02 AM, Sterling Sympatico wrote: My default font for titles and any markup is some sort of typewriter with very poor kerning. How does one change this to something like a bookman or some other font installed on my computer. I am running a

Re: changing default font

2005-06-18 Thread Sterling Sympatico
i file.dvi, it looks fine (fonts do) > >but when I look at the same .ps or .pdf file (all generated when I ran > >lilypond file.ly), the strange fixed-space font is there. > > > >Thanks for any help in advance, > > > >Sterling > > > >On Fri, Jun 17,

Re: changing default font

2005-06-18 Thread Sterling Sympatico
AM, Sterling Sympatico wrote: > >My default font for titles and any markup is some sort of typewriter > >with very poor kerning. How does one change this to something like a > >bookman or some other font installed on my computer. I am running a > >linux system. All the e

Re: changing default font

2005-06-17 Thread Graham Percival
On 17-Jun-05, at 9:02 AM, Sterling Sympatico wrote: My default font for titles and any markup is some sort of typewriter with very poor kerning. How does one change this to something like a bookman or some other font installed on my computer. I am running a linux system. All the example

changing default font

2005-06-17 Thread Sterling Sympatico
Hi again, My default font for titles and any markup is some sort of typewriter with very poor kerning. How does one change this to something like a bookman or some other font installed on my computer. I am running a linux system. All the example files I see don't specify a font but the o

Re: Default font

2005-06-02 Thread Han-Wen Nienhuys
Basil Crow wrote: LilyPond 2.5.26 for Windows uses Verdana as the default font, but I want to use the serif and sans serifs Minion Pro and Myriad Pro. I've been getting away by hacking lines 355-356 of C:\Program Files\LilyPond\usr\share\lilypond\2.5.26\font.scm to read: (add-pango-

Default font

2005-06-01 Thread Basil Crow
LilyPond 2.5.26 for Windows uses Verdana as the default font, but I want to use the serif and sans serifs Minion Pro and Myriad Pro. I've been getting away by hacking lines 355-356 of C:\Program Files\LilyPond\usr\share\lilypond\2.5.26\font.scm to read: (add-pango-fonts n 'rom

RE: Default font

2005-05-06 Thread Mats Bengtsson
Please always specify what LilyPond version you have, both when asking questions and providing answers. The answer below, for example is probably relevant for version 2.4 but definitely not in 2.5 or the coming 2.t6. /Mats Quoting Rob Vlasaty <[EMAIL PROTECTED]>: > Fairchild, > > I'm not sur

RE: Default font

2005-05-05 Thread Rob Vlasaty
Fairchild, I'm not sure exactly what your question is, but if you want to use the cmr10 font, or another font in your markup, just add: \override #'(font-name . "cmr10") to your markup statement. Or if you are trying to use the cmr10 in your postscript, maybe you need to use cmr10.pfb instead

RE: Default font

2005-04-27 Thread Fairchild
ring, but PostScript names seem to be necessary. Using 2.4.3 on XP with .pdf via .ps backend. - Bruce -Original Message- From: Mats [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 26, 2005 3:51 AM To: Fairchild Cc: lilypond-user@gnu.org Subje

Re: Default font

2005-04-26 Thread Mats Bengtsson
Default font for what? Lyrics, dynamics, music symbols and textual indications are all typeset using different fonts. My answer to your question from April 14 should provide enough hints for you to find the answer yourself, though. /Mats Fairchild wrote: Can't find the name of the default

Default font

2005-04-25 Thread Fairchild
Title: Default font Can't find the name of the default font for v 2.4.3, its file name, or where it lives.  Anybody know? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user