Re: How can I globally change the font size of figured bass?

2025-05-26 Thread Jun Tamura
That’s it! Thank you, Kieren! > 2025/05/26 1:11、Kieren MacMillan のメール: > > Hi Jun, > >> How can I globally change the font size of figured bass? > > Well… BassFigure supports font-interface (cf. > https://lilypond.org/doc/v2.25/Documentation/internals/b

Re: How can I globally change the font size of figured bass?

2025-05-25 Thread Kieren MacMillan
Hi Jun, > How can I globally change the font size of figured bass? Well… BassFigure supports font-interface (cf. https://lilypond.org/doc/v2.25/Documentation/internals/bassfigure), so how about \override BassFigure.font-size = #4 [or whatever]? Hope that helps, Kieren.

How can I globally change the font size of figured bass?

2025-05-25 Thread Jun Tamura
Hello list, How can I globally change the font size of figured bass? I could have asked the same question several years ago, and I thought I had received the answer, but I couldn’t find it. Thanks in advance for your help. Jun Tamura

Re: Frescobaldi 4.0.0 font (or version) question

2025-04-03 Thread Knute Snortum
dora box. Is this normal? > > The result is that the Frescobaldi PDF uses the default C059 (aka New > Century Schoolbook, a rather clunky font IMHO) instead of the Caslon > the script specified. > > When I compile the script using LilyPond directly, I get the desired > Caslon. (I c

Frescobaldi 4.0.0 font (or version) question

2025-04-03 Thread Frederick Bartlett
a rather clunky font IMHO) instead of the Caslon the script specified. When I compile the script using LilyPond directly, I get the desired Caslon. (I came to LilyPond from TeX, so I'm naturally fussy about fonts.) Is there an easy way to get the system LilyPond 2.25.25 and the Flatpak Frescoba

Re: Selecting font-series Black

2025-02-02 Thread Werner LEMBERG
> in the example below, why does overriding font-name work, but not > overriding font-series? The way Frescobaldi displays the available > fonts, it seems like the Black font weight is right there with the > other weights (bold and [medium]). > > Best, Simon > > \versi

Selecting font-series Black

2025-02-01 Thread Simon Albrecht
Hi everyone, in the example below, why does overriding font-name work, but not overriding font-series? The way Frescobaldi displays the available fonts, it seems like the Black font weight is right there with the other weights (bold and [medium]). Best, Simon \version "2.25.23&quo

Re: About LilyPond music font format

2025-01-07 Thread Werner LEMBERG
> Currently I am working with a FontForge script to convert LilyPond > music fonts to SMuFL. There was/is a project to do that, see https://wolfgangsta.github.io/emmentaler-bravura/ It would be great if you could help with that. > The following table(s) in the font have been i

About LilyPond music font format

2025-01-07 Thread tran li
Currently I am working with a FontForge script to convert LilyPond music fonts to SMuFL. While I am writing the script, I find that when I opens a LilyPond font, FontForge will pop up a dialog showing warnings: The following table(s) in the font have been ignored by FontForge   Ignoring '

Re: Specifying font-series for system font.

2024-12-31 Thread Mike Kilmer
us, though, if there is a LyricText-specific global-font-override (eg not for all #:roman) Again, danke and prospero año nuevo. > > Based on what's written at > > https://lilypond.org/doc/v2.24/Documentation/notation/fonts#single-entry-fonts > > I would guess that us

Re: Specifying font-series for system font.

2024-12-31 Thread Hans Aikema
> On 31 Dec 2024, at 22:03, Mike iLL Kilmer wrote: > >  > Hi all and happy new year. > > To overwrite the typeface/font in LyricText I'm doing this: > > ```words = \lyricmode { >\override LyricText.font-name = "American Typewrit

Specifying font-series for system font.

2024-12-31 Thread Mike iLL Kilmer
Hi all and happy new year. To overwrite the typeface/font in LyricText I'm doing this: ```words = \lyricmode { \override LyricText.font-name = "American Typewriter" I am a ly -- ric }``` Where "American Typerwriter" i

Re: Changing TabStaff clef font

2024-11-10 Thread Helly, John
Yes, mahalo. J. -- John Helly / San Diego Supercomputer Center / Scripps Institution of Oceanography https://www.sdsc.edu/~hellyj / 808 205 9882 / 760 8408660

Re: Changing TabStaff clef font

2024-11-10 Thread Knute Snortum
On Sun, Nov 10, 2024 at 2:22 PM Helly, John wrote: > Aloha. > > I did find something called '\clef moderntab' that may be the result of > the earlier question. I'm very happy to have '\clef moderntab' as the > low-level programming is beyond me within lilypond. > Are you willing to use 2.25.21?

Re: Changing TabStaff clef font

2024-11-10 Thread Helly, John
Aloha. I did find something called '\clef moderntab' that may be the result of the earlier question. I'm very happy to have '\clef moderntab' as the low-level programming is beyond me within lilypond. Mahalo. J. --

Re: Changing TabStaff clef font

2024-11-10 Thread Helly, John
Mahalo. I'll give it a whirl. J. -- John Helly / San Diego Supercomputer Center / Scripps Institution of Oceanography https://www.sdsc.edu/~hellyj / 808 205 9882 / 760 8408660

Re: Changing TabStaff clef font

2024-11-10 Thread Xavier Scheuer
On Sun, 10 Nov 2024 at 22:51, Helly, John wrote: > > Aloha. > > I'm trying to change the TabStaff clef font (the word 'Tab') to something like Courier rather than the script-like font that's the default. I've found how to change the color (as below) but I

Changing TabStaff clef font

2024-11-10 Thread Helly, John
Aloha. I'm trying to change the TabStaff clef font (the word 'Tab') to something like Courier rather than the script-like font that's the default. I've found how to change the color (as below) but I'm having trouble figuring out how to change the font. Seems th

Re: font-family

2024-10-08 Thread Saul Tobin
ary new keys to the alist. It also might not be obvious that > > in this case, custom key-value pairs added to > > property-defaults.fonts will function properly as text > > font-families. > > Indeed, the NR doesn't show that you can add custom 'shorthands' for

Re: font-family

2024-10-08 Thread Werner LEMBERG
s will function properly as text > font-families. Indeed, the NR doesn't show that you can add custom 'shorthands' for font families. Can you provide some documentation together with an example, telling me where to insert it most appropriately in the NR? I can then convert everythi

Re: font-family

2024-10-08 Thread Saul Tobin
text font-families. There are other examples of property values, such as font variants, where Lilypond hard codes a specific schema of expected symbols or strings, and ignores anything other than those. On Tue, Oct 8, 2024 at 10:25 PM Werner LEMBERG wrote: > > > One additional tip t

Re: font-family

2024-10-08 Thread Werner LEMBERG
> One additional tip that isn't explicit in the documentation: > property-defaults.fonts is just an alist, so you can use the same > syntax in the \paper block to define custom font families in > addition to the standard 'serif 'sans and 'typewriter.

Re: font-family

2024-10-08 Thread Saul Tobin
One additional tip that isn't explicit in the documentation: property-defaults.fonts is just an alist, so you can use the same syntax in the \paper block to define custom font families in addition to the standard 'serif 'sans and 'typewriter. On Tue, Oct 8, 2024 at 5:08 PM F

Re: font-family

2024-10-08 Thread Federico Bruni
Il giorno mar 8 ott 2024 alle 16:28:17 -04:00:00, Trevor Bača ha scritto: But I notice that font-name appears to no longer be mentioned in the 2.25 version of Notation Reference 1.8.3 on fonts. In fact, searching the PDF of the 2.25 NR seems to yield no results for "font-name" a

Re: font-family

2024-10-08 Thread Trevor Bača
On Wed, Oct 2, 2024 at 12:43 PM Walt North wrote: > I don't think I'm understanding font-family correctly. And the > documentation is not gelling with me. > > I see a large number of font family names when I run the display fonts > command. > > But only roman, sa

font-family

2024-10-02 Thread Walt North
I don't think I'm understanding font-family correctly.  And the documentation is not gelling with me. I see a large number of font family names when I run the display fonts command. But only roman, sans, and typewriter seem to have any affect when I set the font-family in the la

Re: Specific Lyric and CHordname font size

2024-09-29 Thread Kieren MacMillan
Hi Walt, > Is it possible to set a specific chordname and lyric font size? I see that > \markup can specify an abs font size. I think I'm close with using font size > #3.5 to get to a 16pt font for example. Is that the only say to specify font > size in Chords - as a multi

Fwd: Specific Lyric and CHordname font size

2024-09-29 Thread Walt North
My guitar players are a bit finicky on font size.  Is it possible to set a specific chordname and lyric font size?  I see that \markup can specify an abs font size.  I think I'm close with using font size #3.5 to get to a 16pt font for example. Is that the only say to specify font si

Re: Change text font size globally

2024-09-03 Thread Kieren MacMillan
Hi Lukas, >> I’m curious… For years I’ve been using the following snippet for absolute >> font sizing: >> [... allowGrobCallback and absFontSize ...] > For historians: The original seems to be > https://mail.gnu.org/archive/html/lilypond-user/2013-07/msg00429.html, >

Re: Change text font size globally

2024-09-03 Thread Lukas-Fabian Moser
Hi Kieren, Am 02.09.24 um 14:37 schrieb Kieren MacMillan: I’m curious… For years I’ve been using the following snippet for absolute font sizing: [... allowGrobCallback and absFontSize ...] For historians: The original seems to be https://mail.gnu.org/archive/html/lilypond-user/2013-07

Re: Change text font size globally

2024-09-02 Thread Kieren MacMillan
Hi all! I’m curious… For years I’ve been using the following snippet for absolute font sizing: %%% allowGrobCallback = #(define-scheme-function (parser location syms) (symbol-list?) (let ((interface (car syms)) (sym (cadr syms))) #{ \with { \consists #(lambda

Re: Change text font size globally

2024-09-01 Thread Werner LEMBERG
> Whenever you stumble upon an underdocumented function please submit > an improved version! Forgot to mention: If you are in a hurry a mail to 'lilypond-devel' with the new docstring is sufficient; I would then clean it up and create a MR. Werner

Re: Change text font size globally

2024-09-01 Thread Werner LEMBERG
>> It would be nice to have this at least as a snippet... > > Don’t know ... it won‘t really matter anymore with 2.26, and it does > probably not in the most cases to what you’d want it to do (as it > will affect a lot of stuff you probably do not want it to affect). OK. > I suppose it would ma

Re: Change text font size globally

2024-09-01 Thread Werner LEMBERG
>> I suppose it would make sense to have an additional main section in >> the Docs explaining how LilyPond (the software) works, as opposed >> to LilyPond (the description language). >> >> This could feature things like $, #, #@ and whatever, how the >> parser works, how translation and engravers

Re: Change text font size globally

2024-09-01 Thread Saul Tobin
only I had known it existed. Saul On Sun, Sep 1, 2024 at 6:19 PM Valentin Petzel wrote: > > > \paper { > > > > > > text-font-defaults = #(acons 'font-size 6 text-font-defaults) > > > > > > } > > > > > > This one has the ef

Re: Change text font size globally

2024-09-01 Thread Valentin Petzel
> > \paper { > > > > text-font-defaults = #(acons 'font-size 6 text-font-defaults) > > > > } > > > > This one has the effect of effectively prefixing any markup with > > \fontsize #6 (or whatever). It will affect a lot of stuff though

Re: Change text font size globally

2024-08-30 Thread Werner LEMBERG
Hello Valentin, > You can at the very least do > > \paper { > text-font-defaults = #(acons 'font-size 6 text-font-defaults) > } > > This one has the effect of effectively prefixing any markup with > \fontsize #6 (or whatever). It will affect a lot of stuff thou

Re: Change text font size globally

2024-08-30 Thread Werner LEMBERG
Hello Lukas, >> [Being bad at Scheme I also didn't succeed to define a macro >> `\absmarkup` that works at the top level as a substitute for >> `\markup`.] > > I'm skeptical as to whether this is possible: \markup has the effect > of switching the lexer into 'markup' state, and this is hardcod

Re: Change text font size globally

2024-08-27 Thread Valentin Petzel
You can at the very least do \paper { text-font-defaults = #(acons 'font-size 6 text-font-defaults) } This one has the effect of effectively prefixing any markup with \fontsize #6 (or whatever). It will affect a lot of stuff though. But if I understand you, Dimitri, correctly, you want to

Re: Change text font size globally

2024-08-27 Thread Lukas-Fabian Moser
Hi Werner, [Being bad at Scheme I also didn't succeed to define a macro `\absmarkup` that works at the top level as a substitute for `\markup`.] Any takers? I'm skeptical as to whether this is possible: \markup has the effect of switching the lexer into 'markup' state, and this is hardcoded i

Re: Change text font size globally

2024-08-27 Thread Paul Hodges
Setting the default staff size is straightforward, but I no longer can remember how to set the default text size in the 2.24.x series (and I didn't succeed in looking it up in the `lilypond-user` archive). I seem to recall you can fiddle with the scaling factor in set-global-fonts: \paper {

Re: Change text font size globally

2024-08-26 Thread Werner LEMBERG
> I want staff-size #18 for the whole score and font-size #12 for each > \markup command. Setting the default staff size is straightforward, but I no longer can remember how to set the default text size in the 2.24.x series (and I didn't succeed in looking it up in the `lilypond-us

Re: Change text font size globally

2024-08-26 Thread Dimitri Sykias
I gave my Preamble in the original post. I want staff-size #18 for the whole score and font-size #12 for each \markup command. Currently I have to repeat: \markup \abs-fontsize #12 { …}. I read that you can do it in version 25, mine is “2.24.4”.

Re: Change text font size globally

2024-08-25 Thread Werner LEMBERG
[Please don't do top-posting.]] >>> How can I change the text font size globally and independently of >>> the staff size, dynamics, lyrics etc.? >> >> You have to use markup functions `\abs-fontsize`, `\abs-hspace`, >> and `\abs-vspace`, which work

Re: Change text font size globally

2024-08-25 Thread Dimitri Sykias
Thanks Werner. Is there a way to apply globally for markup text \abs-fontsize #12? > On 25 Aug 2024, at 7:04 AM, Werner LEMBERG wrote: > > >> How can I change the text font size globally and independently of >> the staff size, dynamics, lyrics etc.? > > You have to

Re: Change text font size globally

2024-08-24 Thread Werner LEMBERG
> How can I change the text font size globally and independently of > the staff size, dynamics, lyrics etc.? You have to use markup functions `\abs-fontsize`, `\abs-hspace`, and `\abs-vspace`, which work on absolute sizes. Werner

Change text font size globally

2024-08-24 Thread Dimitri Sykias
How can I change the text font size globally and independently of the staff size, dynamics, lyrics etc.? Here is my Preamble: \version "2.24.4" \paper { #(define fonts (set-global-fonts #:music "emmentaler" #:brace "emmentaler" #:r

Re: Changes in notation font in 2.25

2024-07-16 Thread Werner LEMBERG
>> Note, however, that a lot of Emmentaler glyphs have been renamed >> since the original release of the cadence fonts, and these glyphs >> will certainly fail because LilyPond won't be able to find them.  >> In other words, your simple example works by chance only. > > Were that many glyphs rena

Re: Matching Lilypond and Word font sizes

2024-07-15 Thread Xavier Scheuer
On Mon, 15 Jul 2024 at 09:18, Werner LEMBERG wrote: > > If you use `\abs-fontsize`, you get a font size (in markups) in points > regardless of the selected staff size. Hello, And the default text font size is 11pt for a default staff size (20pt), as documented by Werner in NR 1.

Re: Matching Lilypond and Word font sizes

2024-07-15 Thread Werner LEMBERG
> Tell me where you can find out or see how the font sizes in > lilypond and Word correspond. For example, \SetFontSize = #1, What is `\SetFontSize`? > \abs-font size #1, how do they match the font size in Word? If you use `\abs-fontsize`, you get a font size (in markups)

Matching Lilypond and Word font sizes

2024-07-14 Thread Виноградов Юрий
Hello. Tell me where you can find out or see how the font sizes in lilypond and Word correspond.For example, \SetFontSize = #1, \abs-font size #1, how do they match the font size in Word? Please help me.С уважением,Виноградов Юрий.

Re: Changes in notation font in 2.25

2024-07-14 Thread Jean Abou Samra
Le dimanche 14 juillet 2024 à 03:41 +, Werner LEMBERG a écrit : > > No, it is not correct.  Option `-I` is for LilyPond input files and > not for basic resource files like the music fonts.  Please follow the > instructions given in the NR section 'Replacing the notation fo

Re: Changes in notation font in 2.25

2024-07-14 Thread Jean Abou Samra
Le samedi 13 juillet 2024 à 06:03 +, Werner LEMBERG a écrit : > Note, however, that a lot of Emmentaler glyphs have been renamed since > the original release of the cadence fonts, and these glyphs will > certainly fail because LilyPond won't be able to find them.  In other > words, your simple

Re: Changes in notation font in 2.25

2024-07-13 Thread Werner LEMBERG
LilyPond input files and not for basic resource files like the music fonts. Please follow the instructions given in the NR section 'Replacing the notation font'. Werner

Re: Changes in notation font in 2.25

2024-07-13 Thread William Rehwinkel via LilyPond user discussion
Dear Jean, In this example, I cloned the directory of the git repository, then included the /otf directory like this: ~/lilypond-2.25.17/bin/lilypond -I /path/to/cadence/otf/ -dcrop -o cad_new cad.ly Does this look correct? Thanks, -William On 7/13/24 06:18, Jean Abou Samra wrote: Le ven

Re: Changes in notation font in 2.25

2024-07-13 Thread William Rehwinkel via LilyPond user discussion
I see, thanks for letting me know. I'll see if this is something I can contribute to in the future, but for now I don't have any experience in modifying old fonts or creating new ones. Thanks, -William On 7/13/24 02:03, Werner LEMBERG wrote: The reason is, it appears that old notation fonts

Re: Changes in notation font in 2.25

2024-07-13 Thread Jean Abou Samra
Le vendredi 12 juillet 2024 à 19:06 -0400, William Rehwinkel a écrit : > The reason is, it appears that old notation fonts have become slightly > broken, especially glyphs relating to numbers (time signatures, > multi-measure rests, figured bass).  This is almost certainly a setup issue. Please

Re: Changes in notation font in 2.25

2024-07-12 Thread Werner LEMBERG
> The reason is, it appears that old notation fonts have become > slightly broken, especially glyphs relating to numbers (time > signatures, multi-measure rests, figured bass). The attached files > are rendered in 2.25.2 and .16 using > https://github.com/OpenLilyPondFonts/cadence . I've just tri

Changes in notation font in 2.25

2024-07-12 Thread William Rehwinkel via LilyPond user discussion
Dear list, I was wondering if anyone could help me with the changes to the notation font in 2.25.x? I was looking for a list of changes to the emmentaler font but could not find it in https://lilypond.org/doc/v2.25/Documentation/changes/index.html . The reason is, it appears that old

Re: Setting the emoji font

2024-01-17 Thread YTG 1234
e for all the help! On 17/01/2024 9:07, Werner LEMBERG wrote: I want to use emoji within markup, and I can see in the output log that Lilypond can't find a character in its default emoji font (Symbola). I can't figure out how to override the default font. LilyPond does *not* have a def

Re: Setting the emoji font

2024-01-16 Thread Werner LEMBERG
> I want to use emoji within markup, and I can see in the output log > that Lilypond can't find a character in its default emoji font > (Symbola). I can't figure out how to override the default font. LilyPond does *not* have a default emoji font! It is Pango and FontConfig wh

Re: Setting the emoji font

2024-01-16 Thread YTG 1234
Trying with your example doesn't work. I neglected to mentioned the actual error messages, which might not actually mean what I had thought them to mean. programming error: Glyph has no name, but font supports glyph naming. Skipping glyph U+1FFC, file /usr/share/fonts/gdouros-sy

Re: Setting the emoji font

2024-01-16 Thread Aaron Hill via LilyPond user discussion
On 2024-01-16 9:12 am, YTG 1234 wrote: I want to use emoji within markup, and I can see in the output log that Lilypond can't find a character in its default emoji font (Symbola). I can't figure out how to override the default font. %%% \markup {     "🔒" %% This char

Setting the emoji font

2024-01-16 Thread YTG 1234
I want to use emoji within markup, and I can see in the output log that Lilypond can't find a character in its default emoji font (Symbola). I can't figure out how to override the default font. %%% \markup {     "🔒" %% This character isn't be found } %%% I saw an o

Re: title in the Breitkopf fraktura font

2023-09-01 Thread Jean Abou Samra
Le vendredi 01 septembre 2023 à 15:47 +0200, bernhard kleine a écrit : > > > > > convert-ly was called from the data directory with a full qualified path. > Maybe that caused the error? Well, you appear to have followed https://lilypond.org/doc/v2.25/Documentation/usage/command_002dline-pre

Re: title in the Breitkopf fraktura font

2023-09-01 Thread bernhard kleine
Am 01.09.2023 um 01:20 schrieb Jean Abou Samra: Le 1 sept. 2023 à 00:11, Valentin Petzel a écrit : To me this seems like your python does not know the := operator, which was introduced with python 3.8. Try to check your python version. This should theoretically be irrelevant because the bina

Re: title in the Breitkopf fraktura font

2023-08-31 Thread Jean Abou Samra
> Le 1 sept. 2023 à 00:11, Valentin Petzel a écrit : > > To me this seems like your python does not know the := operator, which was > introduced with python 3.8. Try to check your python version. This should theoretically be irrelevant because the binaries are shipped with their own embedde

Re: title in the Breitkopf fraktura font

2023-08-31 Thread Valentin Petzel
Hello Bernhard, > Thanks a lot, that was fairly simple. I noted an error with convert-ly: > > F:\Meine Noten\EigeneNoten\Kirchenchor> C:\"Program Files > > (x86)"\LilyPond\lilypond-2.25.7\bin\convert-ly > > .\Näher-mein-Gott-zu-dir-Lowell-Mason-1792-1972-2.22.1.ly > > C:\Program Files (x86)\LilyP

Re: title in the Breitkopf fraktura font

2023-08-31 Thread bernhard kleine
Am 31.08.2023 um 18:51 schrieb Jean Abou Samra: Le 31 août 2023 à 18:06, bernhard kleine a écrit : I never tried different fonts, but now I would like to print the title of the music in a fraktura font. Could you please help me with that? Have you read the documentation on using

Re: title in the Breitkopf fraktura font

2023-08-31 Thread Jean Abou Samra
> Le 31 août 2023 à 18:06, bernhard kleine a écrit : > > I never tried different fonts, but now I would like to print the title of the > music in a fraktura font. Could you please help me with that? > Have you read the documentation on using different fonts in markup? It i

Re: title in the Breitkopf fraktura font

2023-08-31 Thread Henning Hraban Ramm
Am 31.08.23 um 18:04 schrieb bernhard kleine: Hallo, I never tried different fonts, but now I would like to print the title of the music in a fraktura font. Could you please help me with that? \header{ title = \markup{\override #'(font-name . "BreitkopfFraktur") "Breitko

title in the Breitkopf fraktura font

2023-08-31 Thread bernhard kleine
Hallo, I never tried different fonts, but now I would like to print the title of the music in a fraktura font. Could you please help me with that? Thanks a lot Bernhard -- *Steinbühlweg 1 79853 Lenzkirch* www.urseetal.net Ich mache auf mein Buch aufmerksam: 670 Falterarten im Hochschwarzwald

Re: Font problem on Mac

2023-08-29 Thread David F.
> On Aug 27, 2023, at 11:55 PM, Werner LEMBERG wrote: > > >>>> I do not think that my Times New Roman font is corrupted. >> >> Actually, I think it is: Most likely the font's 'post' table is >> broken (i.e., it has a wrong PostScript name

Re: Font problem on Mac

2023-08-28 Thread Hans Aikema
> On 28 Aug 2023, at 08:49, Jean Abou Samra wrote: > > > >> Le 28 août 2023 à 08:45, Jean Abou Samra a écrit : >> >>  >> >>> You might try to copy the affected font from macOS 14 to macOS 13 and >>> check whether it works. >>

Re: Font problem on Mac

2023-08-27 Thread Jean Abou Samra
> Le 28 août 2023 à 08:45, Jean Abou Samra a écrit : > >  > >> You might try to copy the affected font from macOS 14 to macOS 13 and >> check whether it works. > > > This bug has already been fixed in Homebrew. Please just uninstall and > reinstall Lil

Re: Font problem on Mac

2023-08-27 Thread Jean Abou Samra
> You might try to copy the affected font from macOS 14 to macOS 13 and > check whether it works. This bug has already been fixed in Homebrew. Please just uninstall and reinstall LilyPond and it should go away. Jean

Re: Font problem on Mac

2023-08-27 Thread Werner LEMBERG
> Jean did the analysis then, he can tell more. D'oh, *I* did the analysis then :-) https://gitlab.com/lilypond/lilypond/-/issues/6508 Werner

Re: Font problem on Mac

2023-08-27 Thread Werner LEMBERG
>>> I do not think that my Times New Roman font is corrupted. > > Actually, I think it is: Most likely the font's 'post' table is > broken (i.e., it has a wrong PostScript name for glyph 'N'). > Normally, you won't see the problem at all becau

Re: Font problem on Mac

2023-08-27 Thread Werner LEMBERG
>> I am experiencing a very weird problem with Lilypond on macOS 13 >> Ventura. When using the Times New Roman font, the capital letter N >> is mis-printed. Have a look at the thread starting at https://lists.gnu.org/archive/html/lilypond-user/2022-12/msg00349.html whic

Re: Font problem on Mac

2023-08-27 Thread Mark Probert
Hi. > On 28 Aug 2023, at 11:36, David F. wrote: > > I am experiencing a very weird problem with Lilypond on macOS 13 Ventura. > When using the Times New Roman font, the capital letter N is mis-printed. > I can confirm and replicate this under 13.4.1 > I do not think that

Re: Change font in different languages

2023-08-27 Thread Jean Abou Samra
> Le 27 août 2023 à 17:39, 嚴皓煒 a écrit : > >  > I'm a Chinese speaker, so I often write a score in Chinese. > To make Chinese in different fonts, I will set the \sans font to my Chinese > font, > and use \markup \sans "Chinese text" Why use a sans fon

Change font in different languages

2023-08-27 Thread 嚴皓煒
I'm a Chinese speaker, so I often write a score in Chinese. To make Chinese in different fonts, I will set the \sans font to my Chinese font, and use \markup \sans "Chinese text" but I think it is really slow, and it often makes the code look messy. So I'm thinking is it pos

Re: Can't find font in LilyJazz when using 2.24's ly:font-config-add-directory

2023-08-18 Thread Knute Snortum
I like the second way and it works great! Thanks. -- Knute Snortum On Fri, Aug 18, 2023 at 2:59 PM Jean Abou Samra wrote: > Oh, and one last thing: Abraham is right that it should be "lilyjazz" in > lowercase letters, because LilyPond's own search just looks for the exact > file name (though

Re: Can't find font in LilyJazz when using 2.24's ly:font-config-add-directory

2023-08-18 Thread Jean Abou Samra
Oh, and one last thing: Abraham is right that it should be "lilyjazz" in lowercase letters, because LilyPond's own search just looks for the exact file name (though Fontconfig would accept "LilyJAZZ"). signature.asc Description: This is a digitally signed message part

Re: Can't find font in LilyJazz when using 2.24's ly:font-config-add-directory

2023-08-18 Thread Jean Abou Samra
Le vendredi 18 août 2023 à 13:11 -0700, Knute Snortum a écrit : > 1) Download a fresh LillyJazz. > 2) Convert to 2.24 (AllOfMe.ly, jazzchords.ily, lilyjazz.ily, jazzextras.ily) > 3) Add the ly:font-config-add-directory function to AllOfMe.ly: > 4) Make sure lilyjazz.ily uses the corre

Re: Can't find font in LilyJazz when using 2.24's ly:font-config-add-directory

2023-08-18 Thread Knute Snortum
Still end with: fatal error: cannot find font: `lilyjazz-11' Exited with return code 1. -- Knute Snortum On Fri, Aug 18, 2023 at 1:29 PM Abraham Lee wrote: > Instead of “LilyJAZZ” for the music and brace names, try lower case > “lilyjazz”. If I remember right, it’s case sens

Re: Can't find font in LilyJazz when using 2.24's ly:font-config-add-directory

2023-08-18 Thread Abraham Lee
jazzchords.ily" > \include "/home/knute/lilypond/lilyjazz/stylesheet/lilyjazz.ily" > \include "/home/knute/lilypond/lilyjazz/stylesheet/jazzextras.ily" > > 4) Make sure lilyjazz.ily uses the correct font name: > > \version "2.24.0" > >

Can't find font in LilyJazz when using 2.24's ly:font-config-add-directory

2023-08-18 Thread Knute Snortum
\include "/home/knute/lilypond/lilyjazz/stylesheet/lilyjazz.ily" \include "/home/knute/lilypond/lilyjazz/stylesheet/jazzextras.ily" 4) Make sure lilyjazz.ily uses the correct font name: \version "2.24.0" \paper { #(define fonts (

Re: Changing font-name in \easyHeadsOn renders strange stem positions (and initiates warnings)

2023-08-14 Thread Viktor Mastoridis
> > Try > > \version "2.24.1" > > \new Staff { > \relative c { > \easyHeadsOn > \override NoteHead.font-name = "Ubuntu" > \override NoteHead.stem-attachment = > #(lambda (grob) > (if (eqv? UP (ly:grob-property (ly:grob-object grob 'stem) > 'direction)) > '

Re: Changing font-name in \easyHeadsOn renders strange stem positions (and initiates warnings)

2023-08-14 Thread Jean Abou Samra
Le lundi 14 août 2023 à 15:49 +0100, Viktor Mastoridis a écrit : > Hello, > > I recently upgraded to 2.24. > > I need to change the note names (font) of  \easyHeads to make them bigger & > clearer (for primary school kids).  > > As the title says, if I change the fo

Changing font-name in \easyHeadsOn renders strange stem positions (and initiates warnings)

2023-08-14 Thread Viktor Mastoridis
Hello, I recently upgraded to 2.24. I need to change the note names (font) of \easyHeads to make them bigger & clearer (for primary school kids). As the title says, if I change the font, the stems are positioned in the middle. In 2.22 I used to solve this with "override Note

Re: Fwd: Markup with text or text in dynamics font

2023-05-30 Thread Jean Abou Samra
Le mercredi 31 mai 2023 à 02:20 +0200, Jean Abou Samra a écrit : > By the way, I'm also curious to understand why you chose to go the "install > from source" route instead of the "install Flatpak" route by which I mean “install the Frescobaldi Flatpak package” > . (I gave it because I thought th

Re: Fwd: Markup with text or text in dynamics font

2023-05-30 Thread Jean Abou Samra
Le mardi 30 mai 2023 à 10:00 -0700, Ralph Palmer a écrit : > Thanks, Jean. I followed the long version as best I could. I'm not skilled or > super familiar with working from the terminal, so I'm not sure I did > everything exactly as I was supposed to. My main question would be whether I > was

Fwd: Markup with text or text in dynamics font

2023-05-30 Thread Ralph Palmer
On Tue, May 30, 2023 at 9:14 AM Jean Abou Samra wrote: > (Adding back the list) > > Le mardi 30 mai 2023 à 09:09 -0700, Ralph Palmer a écrit : > > Jean - > > I did get your messages. I took a quick look and felt confused and > slightly overwhelmed. I'm going to try again. I appreciate your follow

Re: Markup with text or text in dynamics font

2023-05-30 Thread Jean Abou Samra
(sorry, typoed the list address) Le mardi 30 mai 2023 à 18:14 +0200, Jean Abou Samra a écrit : > (Adding back the list) > Le mardi 30 mai 2023 à 09:09 -0700, Ralph Palmer a écrit : > > Jean - > > I did get your messages. I took a quick look and felt confused and slightly > > overwhelmed. I'm goin

Re: Markup with text or text in dynamics font

2023-05-30 Thread Jean ABOU SAMRA
Ralph, I'm currently running LilyPond 2.24.0 and Frescobaldi 3.2 (still having > problems figuring out how to install 3.3) under Linux/Ubuntu 22.04.2 LTS. > > > I'm a bit puzzled here because I tried to help you on https://groups.google.com/g/frescobaldi/c/gKehyaVmAxo?pli=1 and https://lists.gn

Re: Markup with text or text in dynamics font

2023-05-29 Thread Paul Hodges
To: lilypond-user Mailinglist Sent: 29/05/2023 23:00 Subject: Markup with text or text in dynamics font Hi - I appreciate all the help this list provides. I seem to be helping less than I used to; not sure why. I've tried a few times recently to figure out how to make what

Markup with text or text in dynamics font

2023-05-29 Thread Ralph Palmer
e, as well as in the LSR and the email archives. I'm currently running LilyPond 2.24.0 and Frescobaldi 3.2 (still having problems figuring out how to install 3.3) under Linux/Ubuntu 22.04.2 LTS. I currently would like to add sempre ff e ben marcato in dynamic font. I can do a markup using \b

Re: Cannot identify a missing font for desired Lilypond output

2023-05-14 Thread Jean Abou Samra
gt; By the way, what font from the gsfonts package does Lilypond use as a default > font? The cryptic names of the pdffonts do not help with finding out the name > of the default font. They are documented here: https://lilypond.org/doc/v2.25/Documentation/contributor/requirements-for-runn

Re: Cannot identify a missing font for desired Lilypond output

2023-05-14 Thread Volodymyr Prokopyuk
forge t1utils texlive-langcyrillic - The missing gsfonts package was the root cause of the issue By the way, what font from the gsfonts package does Lilypond use as a default font? The cryptic names of the pdffonts do not help with finding out the name of the default font. Thank you, Jean, and h

  1   2   3   4   5   6   7   8   9   10   >