Font

2021-09-23 Thread Carlos Martinez
Hello, I am trying to figure out if it is possible to use the font IM FELL ENGLISH PRO in lilypond. I needed for a title. When using this \override #'(font-family . Font name?) I cannot find what is the name of the font…. Where do I find it so I can enter it? Thanks!

font

2013-04-04 Thread Christian
Hi all, I am trying to have a text in the plantin font and bold and italic at the same time. How can I achieve this? I have tried this with \override LyricText #'font-name = #"Plantin MT Std" But than I cannot make it bold and italic. _

Title font and font size change

2012-11-15 Thread Rustik
Hello! How i can change font and font size of title? -- View this message in context: http://lilypond.1069038.n5.nabble.com/Title-font-and-font-size-change-tp136401.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user

Font sizes change on change of font

2021-08-22 Thread Paul Hodges
I have been asked to change my serif font to Times New Roman. I have done this, using: #(define fonts (set-global-fonts #:roman "Times New Roman" #:factor (/ staff-height pt 22) )) as documented (the staff-height matches the global staff size). But a

Re: Title font and font size change

2013-02-03 Thread Rustik
Tell me please how can I set lyrics font an absolute value -- View this message in context: http://lilypond.1069038.n5.nabble.com/Title-font-and-font-size-change-tp136401p140437.html Sent from the User mailing list archive at Nabble.com

Re: Title font and font size change

2013-02-03 Thread Shane Brandes
\markup \abs-fontsize #16 { blah blah} regards, Shane On Sun, Feb 3, 2013 at 1:53 PM, Rustik wrote: > Tell me please how can I set lyrics font an absolute value > > > > -- > View this message in context: > http://lilypond.1069038.n5.nabble.com/Title-font-and-font-size-c

Re: Title font and font size change

2013-02-04 Thread Rustik
\voiceOne << \global \tenor >> } \new Voice = "basses" { \voiceTwo << \global \bass >> } >> >> } Where I must paste «\markup \abs-fontsize #16»? «txt = \markup \abs-fontsize #16 { blah blah blah }» Does not work «

Re: Title font and font size change

2013-02-04 Thread Eluze
Am 04.02.2013 14:52, schrieb Rustik: Where I must paste «\markup \abs-fontsize #16»? «txt = \markup \abs-fontsize #16 { blah blah blah }» Does not work «txt = \markup \abs-fontsize #16 \lyricmode { blah blah blah }» Does not work too. try or \new Lyrics = "sopranos" \with

Re: Title font and font size change

2013-02-04 Thread Rustik
ry txt = \lyricmode { \set lyricMelismaAlignment = #CENTER \override LyricHyphen #'minimum-distance = #1 \markup \abs-fontsize #16 blah blah blah } There is only first word have font size = 16. If I try txt = \lyricmode { \set lyricMelismaAlignment = #CENTER \override LyricHyphen #'minimum-distance

Re: Title font and font size change

2013-02-04 Thread Eluze
try txt = \lyricmode { \set lyricMelismaAlignment = #CENTER \override LyricHyphen #'minimum-distance = #1 \markup \abs-fontsize #16 blah blah blah } There is only first word have font size = 16. If I try txt = \lyricmode { \set lyricMelismaAlignment = #CENTER \override LyricH

Re: Title font and font size change

2013-02-04 Thread Kieren MacMillan
Hi all, > \markup \abs-fontsize #16 \markup \abs-fontsize #16 \markup \abs-fontsize #16 What about a function which applies a multiplier to the relative size, to fake an "abs-fontsize"? Just a thought… Kieren. ___ lilypond-user mailing list lilypond-u

Re: Title font and font size change

2013-02-04 Thread Rustik
Kieren MacMillan wrote > What about a function which applies a multiplier to the relative size, to > fake an "abs-fontsize"? > > Just a thought… > Kieren. What do you mean? What and where should I write? -- View this message in context: http://lilypond.1069038.n5.

Re: Title font and font size change

2013-02-04 Thread Kieren MacMillan
Hi, >> What about a function which applies a multiplier to the relative size, to >> fake an "abs-fontsize"? > What do you mean? What and where should I write? It would be something like \context { \Score \override LyricText #'font-size = #(some-function-

Re: Title font and font size change

2013-02-04 Thread Thomas Morley
2013/2/5 Kieren MacMillan : > Hi, > >>> What about a function which applies a multiplier to the relative size, to >>> fake an "abs-fontsize"? >> What do you mean? What and where should I write? > > It would be something like > > \context

Re: Title font and font size change

2013-03-05 Thread Kieren MacMillan
Hi, Here's another option (credit to Mike S.), using a function which is perhaps a little simpler and more widely-applicable (i.e. to any grob with a text portion, not just LyricText). Hope this helps! Kieren. ___ \version "2.17.13" #(define ((set-abs-fontsize n) grob) (grob-

LaTeX font as Lyric font in LilyPond?

2011-04-17 Thread Dominic Neumann
Hi folks, is it possible to use the LaTeX font "Computer Modern SansSerif" (selected by \sffamily in LaTeX) as Lyrics font in LilyPond? Probably it is possible, but how (under Debian Linux). I already know the commands to set the font because I already use it under Windows someti

Re: Title font and font size change

2012-11-17 Thread Rustik
Thank you! -- View this message in context: http://lilypond.1069038.n5.nabble.com/Title-font-and-font-size-change-tp136401p136481.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Font

2021-09-23 Thread Aaron Hill
On 2021-09-23 4:34 am, Carlos Martinez wrote: I am trying to figure out if it is possible to use the font IM FELL ENGLISH PRO in lilypond. I needed for a title. When using this \override #'(font-family . Font name?) I cannot find what is the name of the font…. Where do I find it so I can

Re: Font

2021-09-23 Thread Carlos Martinez
Thank you Aaron, How do I use this command? Where do I input it? -dshow-available-fonts Using the code you sent, I pasted it on Lilypond and it did not show me IM Fell…. I just need it for the title of the piece. So I don’t necessarily need it for the whole piece. > On Sep 23, 2021,

Re: Font

2021-09-23 Thread Aaron Hill
On 2021-09-23 9:52 am, Carlos Martinez wrote: How do I use this command? Where do I input it? -dshow-available-fonts See [1]. [1]: http://lilypond.org/doc/v2.22/Documentation/notation/fonts#single-entry-fonts NOTE: The output will be to "standard error" so if you want to grep it, you'll ne

Re: Font

2021-09-23 Thread Lukas-Fabian Moser
ps://iginomarini.com/fell/wp-content/uploads/IMFellTypesClass.zip For this version, you can do in LilyPond: %% \version "2.22.0" \markup \left-column {   \override #'(font-name . "IM FELL English PRO")   "IM FELL English PRO" } \markup \left-column {   \override

Re: Font

2021-09-23 Thread Carlos R Martinez
; https://iginomarini.com/fell/wp-content/uploads/IMFellTypesClass.zip > > For this version, you can do in LilyPond: > > %% > > \version "2.22.0" > > \markup \left-column { > \override #'(font-name . "IM FELL English PRO") > "IM FELL English PRO" > } > > \markup \left-column { > \override #'(font-name . "IM FELL English PRO italic") > "IM FELL English PRO italic" > } > > %% > > Lukas >

Re: Font

2021-09-23 Thread Hans Aikema
://support.apple.com/guide/font-book/change-font-book-preferences-fntbk1004/10.0/mac/11.0 kind regards, Hans > On 23 Sep 2021, at 22:19, Carlos R Martinez > wrote: > > Thank you Lukas. In the computer I can utilize it. But Lilypond does not > engrave it. > > Sent from my

Re: Font

2021-09-23 Thread Carlos Martinez
You know! I probably am the 1000millionth person probably to say this… but I have not ever seen an efficient and more responsive group or support than Lily pond Users…. Thank you Hans, yes! That was the issue. I learn something new every day That solve the using of the Font!! > On

Title font

2021-09-29 Thread Mahanidhi
Hello everybody, I tried hard to change the title font but nothing happen. Any suggestion? \version "2.22.1" Thanks. Sent with [ProtonMail](https://protonmail.com/) Secure Email.

Font kerning

2022-02-07 Thread Francesco Napoleoni
Hello everyone How can I adjust (if possible) such property in a markup block? namely I would like to “shrink” the “V.° I.°” and the “V.° 2.°” text like the attached screenshot. Thanks Francesco Napoleoni

Volta font

2019-06-20 Thread Leah Velleman
Is it possible to change the font used for volta numbers? In the list archives I've seen options for customizing the volta *text*, some of which could be used with \text or \markup to change the font in addition. But I don't want to have to manually specify text and markup commands ev

Accidentals' font

2020-07-03 Thread Paolo Prete
Hello, 1) Is there a GPL or open-source alternative for FETA fonts for accidentals that can be used with Lilypond? (If so, is there an example of how to use them)? 2) IMHO these default accidentals should be changed or improved. The biggest problem is their vertical lines, which are too bold. As

font construction

2020-10-15 Thread Shane Brandes
Hi all, Is there any documentation floating around on how fonts for LilyPond are actually built? I know Abraham Lee has successfully made some new ones, but is he the only guy now that knows the process? I tried fiddling with working on one, but that was just by opening an extant font and

font construction

2020-10-15 Thread Jean Abou Samra
Hi all, Is there any documentation floating around on how fonts for LilyPond are actually built? I know Abraham Lee has successfully made some new ones, but is he the only guy now that knows the process? I tried fiddling with working on one, but that was just by opening an extant font and

CueVoice Font

2019-02-20 Thread Ben
Hi all, Is there a "better" way to change the CueVoice font family / kerning other than manually via markup? I thought it would be a sort of: \context {     \CueVoice \override ...   } ...but I haven't found a way to adjust the kerning and/or font family. Have I m

font location

2019-03-27 Thread Freeman Gilmore
Where are the physical locations of the fonts used by lilypond? Thank you, ƒg ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

GoldenAge Font

2015-02-13 Thread Abraham Lee
Has anyone heard of the GoldenAge font family? Just curious if anyone has used it before (it's an old Finale font), or wanted to. -Abraham Sent from my iPhone ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/lis

Font question.

2015-05-02 Thread Hwaen Ch'uqi
Greetings All, I realize that this may be an obvious question, but could anyone tell me what is the default font used for text in LilyPond? What is the nearest Microsoft equivalent? Hwaen Ch'uqi ___ lilypond-user mailing list lilypond-user@gn

November font

2015-12-10 Thread Andrew Bernard
Greetings All, Has anybody used the November font mentioned in the Scores of Beauty blog? Since this is a rather expensive commercial font, it may be good to have reviews from people who have experience with it, as with other commercial software. I wonder if the whole idea goes against the

Font Problems

2016-04-11 Thread Daniel Fütterer
"scorlatti" #:roman "libertine“ #:sans "biolinum“ #:factor (/ staff-height pt 20) ) ) and: #(define fonts (make-pango-font-tree "libertine“ "biolinum“ "libertine mono“ (/ staff-height pt 20) ) ) I tr

font selection

2012-12-17 Thread Gerard McConnell
fonts (make-pango-font-tree "Times New Roman" "Nimbus Sans" "Luxi Mono" ( / myStaffSize 20 ) )) Which is great. However, if I remove myStaffSize=#20 and ( / myStaffSize 20 ) it gets the error message: C:

Re: font

2013-04-04 Thread Janek Warchoł
Hi, 2013/4/4 Christian : > Hi all, > > I am trying to have a text in the plantin font and bold and italic at the > same time. How can I achieve this? > > I have tried this with \override LyricText #'font-name = #"Plantin MT Std" > But than I cannot make it

Font problem

2013-04-20 Thread Phil Holmes
, Vol 125, Issue 97 looking into this font issue more, I see I should have included a pdf; I'm using a different font than my snippet (Adobe Garamond Pro in lieu of Garamond Premier Pro) because the results are much worse. Also, as you may note, ligatures are not working. O

font use

2011-04-25 Thread Fr. Michael Gilmary, mma
ren't rendered anymore. Is it now required to call them explicitly? This is probably related to the fact that the font also used to render using a different optical weight than it does now (I'm using Garamond PP with optical sizes). Below is a sample snip of code that used to

Tab font

2011-08-02 Thread pg
Hi, I would like to increase the font size of the numbers on the tablature staff, to make it easier to read. Is there an easy way to do it? I have searched the archive but haven't found anything about tab fonts. Thank you, peter ___ lilypond

Font questions

2009-11-26 Thread Father Gordon Gilbert
lineto > 0 halfthick lineto > closepath > > savematrix setmatrix > end > } def > newpath > 4 3 4 .9 .9 2 2 .2 sqrt mul 2 div > arrow .65 setgray fill > " > > strokeDown = " >0.3 setlinewidth >0.5 0 moveto >0.5

font-table.ly

2018-01-23 Thread Kale Good
Hello, I'm looking for font-table.ly. I wanted to run some of the files from the docs which require it. However, I can neither find it on my system nor find a way to generate it locally. What am I missing? Thanks,

fingering font

2013-12-24 Thread pabuhr
I've looked but I can't find the answer. I want all the fingering symbols to be in a san-serif font. This: \layout { \override Score.Fingering #'font-family = #'sans } % layout does not work. ___ lilypond-user mailin

Fingering font

2016-06-18 Thread Andrew Bernard
For fingerings, you can change the font with, for example: \override Fingering.font-name = "Noto Sans" This works fine of course. But how does one chage the font for circled fingerings? That does not seem to work in 2.19.43. I would also like to note that unless I am missing som

RE:Fingering font

2016-06-18 Thread Stephen MacNeil
Hi Andrew Those are not fingerings. Those are string numbers { \override Fingering.font-name = "Noto Sans" c-1 \override StringNumber.font-name = "Noto Sans" c\1 } HTH Stephen ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gn

Font problem

2016-11-16 Thread Thiago Censi
Hello. I am new to Lilypond. I am on Xubuntu 16.04 and installed the packages via the default repositories. I am having a problem with the fonts used in the score. I don't know if it is a Lilypond problem or a package missint or something else. I tried looking in the manual, Google and etc, but di

Altering font

2008-01-21 Thread Thies Albrecht
Hi everybody! Currently I'm dealing with extending/altering lily's music font according to my needs. Now I'm stuck with the following: I want to alter a symbol, e.g. the notehead noteheads.s2. To do so I open feta20.pfa from /usr/share/lilypond/2.10.5/fonts/type1 in FontFo

Stanza font

2008-08-09 Thread Jens Taprogge
Dear list members, I have changed the font of lilypond lyrics using: \layout { \context { \Lyrics \override LyricText #'font-name = #"FPL Neu" } } Now I would like to change the font of the stanza as well. (I am using the command "\set stanza = "1. "

jazz font?

2007-03-22 Thread steve
hello, is there a jazz font (music & text) available? thanks, -steve ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

ChordName font

2005-06-01 Thread Doug Asherman
Hi: I'm having a little trouble with 2.5.26, and I'm pretty sure it's a misunderstanding on my part. Previously, I've always set the font for chord symbols like so: \context { \ChordNames \override ChordName #'font-family = #'roman } With 2.5

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

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

Font problem

2005-10-24 Thread Maxime Brugidou
Hello i installed lilypond with cygwin on my winXP and are now able to use lilypond i can do really good sheets but i can't add text i think there is a problem of font : the text is printed with some dynamic letters (such as f or m or p) so some letters are not printed ... i even tri

font shape

2006-01-03 Thread lilypond
Hi, I installed lilypond 2.6.4 on Cygwin. The font shape "italic" does not work and I do not know why. Could you help me, please? Andrea _ TISCALI ADSL Web&Mail Solo con Tiscali Adsl navighi e telefoni senza canone Tel

font shape

2006-01-03 Thread lilypond
hi, I installed lilypond 2.6.4 on Cygwin, but the font-shape "italic" does not work. I do not know why. Help me please. Andrea _ TISCALI ADSL Web&Mail Solo con Tiscali Adsl navighi e telefoni senza canone Teleco

Font question

2006-05-04 Thread Stan Mulder
Can Lily utilize one of those "jazz" fonts that look like hand notation? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Font contributions

2006-06-23 Thread Shamus
I was wondering if anyone would be interested in a narrow sans serif font with a hand inked feel (as seen in some of my examples I've posted here) for use in jazz/pop charts. Has this been proposed already? Would the devs even accept such a thing for inclusion in lilypond? It seems to me

font metric

2006-07-21 Thread Fairchild
In several places, documentation refers to "font metric" but I have not found a syntax definition or an example of its use. Specifically, in the function: ly:font-filename font (given the font metric font, return the corresponding file name) what is the synta

Font changing

2004-04-02 Thread Thomas Scharkowski
Hi list, I have found out that I can use latex commands for changing fonts by adding the following lines to the (temporary) *.latex file lilypond produces: \usepackage[T1]{fontenc} \newcommand{\changefont}[3]{\fontfamily{#1} \fontseries{#2} \fontshape{#3} \selectfont} Now I would like to ad

Postscript font ?

2004-05-11 Thread Julien Salort
Hi, When I use lilypond on a .ly file, a nice postscript font is used. When I use lilypond-book+latex+dvips on a .tex file however, a bitmap font is used. What should I do to have the nice font instead of the bitmap font ? -- A: Because it messes up the order in which people normally read

Font substitutions

2004-05-04 Thread Doug Asherman
Using Lilypond 2.2.1: I've created some TeX fonts out of TTF fonts. I'm using the font bcor8a; in my lilypond file, I have the lines: \override LyricText #'font-name = #"bcor8a" \override LyricText #'font-magnification = #1.5 The font is fine in the dvi

Missing Font

2004-06-23 Thread Scott Webber
When I run lilypond 2.3.4 which I have built from cvs I get: Calculating line breaks... warning: kpathsea can not find TFM file: `ecrb10' warning: can't find font: `ecrb10' warning: Loading default font Does anyone know where this font is supposed to come from

Font reference?

2004-09-23 Thread Chris Morris
The help stuff I've seen for lilypond -- Chris http://clabs.org ___ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

font problems?

2004-11-02 Thread Victor S. Miller
I've installed LP 2.2.6 on RH 9. Things work fairly well, except for the following which I would guess is some sort of font problem: No brace is printed to the left of a piano staff (even from some of the precanned examples). No dynamic markings, like p, pp, etc. are printed. Any sugges

Font questions

2005-03-19 Thread Hans Forbrich
Just wondering whether 1) Lilypond supports the Unicode music symbols? regular: http://www.unicode.org/charts/PDF/U1D100.pdf byzantine: http://www.unicode.org/charts/PDF/U1D000.pdf 2) Whether Lilypond does, or perhaps will, support the Unicode encoding for these symbols? 3)

wrong font

2005-04-13 Thread Sean Reed
hi, i managed to install 2.5.18 on macos 10.3.8 today but the font for the dynamics is wrong (looks like just a large typical monaco or something). any suggestions what i missed or how i can reinstall it? thanks, sean Sean Reed Hamburg, Germany Web

Font documentation?

2005-04-13 Thread Fairchild
Title: Font documentation? I've been fooling with fonts and getting flusterated. Is there documentation that will answer such questions as:  - What is the default font?  - What is unique to the default font?  - What font sets are conveniently available?  - How to reach other font

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

font problem

2005-04-26 Thread Ferenc Wagner
Hi, Lily compiled from CVS branch 2_4 a couple of weeks ago produces a perfect Postscipt file from the following snippet: \version "2.4.5" \header { title = "A" } \score { \notemode { r4 } } However, the PDF looks like this (compacted manually): <> Or if the attachment doesn't get thro

Missing Font

2005-05-18 Thread Will Oram
processing graphical objects... Calculating line breaks... ** (process:27953): WARNING **: Unable to open font file /Users/spamguy/.fonts/feta-alphabet20.pfa for font feta-alphabet20 7.029296875, falling back to /Library/Fonts/Optima.dfont [3][4] MIDI output to `magnesium.midi'... Track... C

Font problems

2001-12-02 Thread Remco Poelstra
Hi, I installed lilypond on my debian system via apt. The postscript file that is generated can not find the font feta. Doesn't that come with lilypond? Or did I do something else wrong? When I generate tex or dvi, the displayed score is very different from what I entered in rosegarden.

Font Troubles

2002-05-03 Thread Dave Jarvis
fetatype1common.tgz I managed to find feta16.pfa and friends floating around the Internet, and "installed" them into: /usr/share/ghostscript/Resource/Font/ But my installation was simply "copy and rename". However, after doing so, Ghostscript stopped complaini

Font Troubles

2002-05-04 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > I downloaded and tried to install some more fonts, but the accompanying > README.txt file explained only where to point certain files from the > following archives: > > fetatype1-1_4_10.tgz > fetatype1common.tgz > > I managed to find feta16.pfa and frie

music-font

2002-05-27 Thread Simon Bailey
hello, is there any way to see all of the symbols that are in the font used for musical and all other symbols? and how can i generate the documentation for all of the scheme-properties? thanx for any help, greetings, simon. -- Confucius say, man who live in glass house shower in basement

font problem?

2002-07-29 Thread Anna Langley
I'm running lilypond on SuSE Linux 8.0. Lilypond is version 1.4.10-87 When I process my files I get C clefs appearing instead of the tails of quavers. Any suggestions? Thanks, Anna -- Anna Langley London UK ___ Lilypond-user mailing list [EMAIL

font problem?

2002-07-30 Thread Han-Wen
[EMAIL PROTECTED] writes: > I'm running lilypond on SuSE Linux 8.0. > > Lilypond is version 1.4.10-87 > > When I process my files I get C clefs appearing instead of the tails > of quavers. Any suggestions? Can you send us the output of ly2dvi or lilypond --verbose? Lilypond should detect this

font problems

2002-09-28 Thread W. Brishen Viaud
Hi, hopefully this will be quite simple and simply something that I've overlooked. I have just installed version 1.6.4 on my system (slackware 8.0) over top of the my older 1.4.9 version. I am now have trouble with the fonts. The note heads are very oddly shaped, and the tails are all 1/64 f

font weirdness

2002-12-26 Thread David Bobroff
I've got a couple of weird things happening. First: I'm faking a tempo marking using the model given in the docs. This part, however: \translator{ \ScoreContext TextScript \override #'font-shape = #'upright } makes the text following the note appear in

font weirdness2

2002-12-26 Thread David Bobroff
>>So I changed "upright" to "roman" and I got all these >> warnings: > >The only alternative to 'upright' is 'italic'! Well, admittedly my use of "roman" was a shot in the dark but it *did* cause a roman font to be used where I

font help

2003-01-28 Thread Aaron Mehl
On Tue, 2003-01-28 at 09:24, Mats Bengtsson wrote: > ??? Are you saying that you still don't get the desired fonts? No no music fonts > Try the following: > > Run the command: >tex testfont > Fill in: >Name of font to test = feta20 >* \table >*

Re: Font sizes change on change of font

2021-08-22 Thread Valentin Petzel
Hello Paul, the default staff-size is 20, not 22, so you need to divide by 20. Cheers, Valentin 22.08.2021 15:53:57 Paul Hodges : > I have been asked to change my serif font to Times New Roman.  I have > done this, using: > >    #(define fonts > (set-global-fonts >   

Re: Font sizes change on change of font

2021-08-22 Thread Thomas Morley
Am So., 22. Aug. 2021 um 15:54 Uhr schrieb Paul Hodges : > > I have been asked to change my serif font to Times New Roman. I have > done this, using: > >#(define fonts > (set-global-fonts > #:roman "Times New Roman" Use "Times New Roman,"

Re: Font sizes change on change of font

2021-08-22 Thread Paul Hodges
On 22/08/2021 17:20:54, "Thomas Morley" wrote: >Use >"Times New Roman," >Note the trailing comma (see NR for the issue). Sadly this has no discernible effect. I may try to get away with only changing the font in the title fields, using markup, which would be no bot

Re: Font sizes change on change of font

2021-08-22 Thread Valentin Petzel
:54, "Thomas Morley" > wrote: > >> Use >> "Times New Roman," >> Note the trailing comma (see NR for the issue). > Sadly this has no discernible effect. > I may try to get away with only changing the font in the title fields, > using markup, which woul

Re: Font sizes change on change of font

2021-08-22 Thread Paul Hodges
ns out it was wrong. Anyway, following your instructions improves matters, though TNR is still substantially smaller than the default font; but it's acceptable now. Thanks, Paul On 22/08/2021 20:30:57, "Valentin Petzel" wrote: >Hello Paul. That does not matter. Lilipond wi

Re: Font sizes change on change of font

2021-08-22 Thread Valentin Petzel
Hello Paul. I'm sorry if I offended you. But it's just very simple to change 22 to 20 and see if this solves the problem. TNR is a smaller font than the Century Schoolbook clone Lilypond uses, so maybe you need to increase the scale further. Then, you are not telling Lilypond it'

Re: Font sizes change on change of font

2021-08-22 Thread Paul Hodges
very simple to change >22 to 20 and see if this solves the problem. > >TNR is a smaller font than the Century Schoolbook clone Lilypond uses, so >maybe you need to increase the scale further. >

Re: Font sizes change on change of font

2021-08-22 Thread Valentin Petzel
Yes, changing the font factor will scale all fonts, including notation fonts. This will result in the noteheads not fitting inside the lines and similar stuff. So you need to set the factor to 22/20 and then override the font-size for those texts that need to be bigger. Sadly Lilypond does not

Re: LaTeX font as Lyric font in LilyPond?

2011-04-17 Thread Graham Breed
On 17 April 2011 11:53, Dominic Neumann wrote: > is it possible to use the LaTeX font "Computer Modern SansSerif" (selected by > \sffamily in LaTeX) as Lyrics font in LilyPond? Probably it is possible, but > how (under Debian Linux). I don't believe it's possible

Re: LaTeX font as Lyric font in LilyPond?

2011-04-17 Thread Karl Hammar
Dominic: > is it possible to use the LaTeX font "Computer Modern SansSerif" > (selected by \sffamily in LaTeX) as Lyrics font in LilyPond? Perhaps [1] can be of help. They have converted the latex fonts to postscript fonts with metatype [2]. > Probably it is possible, but how

Jazz Chord Symbols (as new font - NOT notation font)

2019-07-03 Thread Marco Baumgartner
Hi, I wonder how I had to build a "normal" font (otf, ttf, whatever) to work as chord-symbols-font only. Spacing and style is very important to make chord symbols readable. I haven't seen one yet for lilypond. Goal is to have a font rendering chord symbols like in the real books

text in staff and markup text font=addlyric font

2010-03-07 Thread Jay Hamilton
version 2.12.2 Subject: text in staff I want to place test inside the staff lines from the manual it looks like I should use some form of \once \override TextScript #'script-priority = # %(some number here) but it's not giving me a result that I can understand/use. Should I try using some sort o

Re: Title font

2021-09-29 Thread Valentin Petzel
Hello Mahanidhi, If you want to change the font for the title, use title = \markup { \override #'(font-name . "your font”) Bla bla bla } Or if you need this for a larger set of works, you may override bookTitleMarkup or scoreTitleMarkup to fit your needs. Cheers, Valentin sig

Re: Font kerning

2022-02-07 Thread Lukas-Fabian Moser
Hi Francesco, Am 07.02.22 um 17:53 schrieb Francesco Napoleoni: Hello everyone How can I adjust (if possible) such property in a markup block? namely I would like to “shrink” the “V.° I.°” and the “V.° 2.°” text like the attached screenshot. It's easier to help if you also provide the LilyPo

Re: Font kerning

2022-02-07 Thread Valentin Petzel
Hello Francesco, perhaps \concat { ... } . Also you can use \hspace with a negative number to add negative spacing before a markup, pulling it forward. E.g. { c^\markup\concat { "V." \hspace #-0.5 "°" "I." \hspace #-0.8 "°" } } Cheers, Valentin Am Montag, 7. Februar 2022, 17:53:19 CET schrie

Re: Font kerning

2022-02-07 Thread Francesco Napoleoni
Thanks to all for your answers. The trick suggested by Valentin works for me. Anyway it looks like there’s no option to directly adjust letter spacing, something like \kern macro in LaTeX, right? cheers Francesco Napoleoni

Re: Font kerning

2022-02-07 Thread David Kastrup
Francesco Napoleoni writes: > Thanks to all for your answers. The trick suggested by Valentin works for me. > > Anyway it looks like there’s no option to directly adjust letter spacing, > something like \kern macro in LaTeX, right? Have you tried negative \hspace ? -- David Kastrup

Re: Font kerning

2022-02-07 Thread Francesco Napoleoni
In data lunedì 7 febbraio 2022 21:40:05 CET, David Kastrup ha scritto: > Have you tried negative \hspace ? Yes, that’s what Valentin suggested, and indeed it does the trick.

Re: Font kerning

2022-02-07 Thread David Kastrup
Francesco Napoleoni writes: > In data lunedì 7 febbraio 2022 21:40:05 CET, David Kastrup ha scritto: >> Have you tried negative \hspace ? > > Yes, that’s what Valentin suggested, and indeed it does the trick. So how would you characterise this being any different from \kern ? -- David Kastrup

  1   2   3   4   5   6   7   8   9   10   >