Le dimanche 09 avril 2023 à 08:25 -0400, Pierre-Luc Gauthier a écrit :
> convert-ly actually does not work at all on my system
> for the time being which is quite strange.
The same problem as
https://lists.gnu.org/archive/html/bug-lilypond/2023-04/msg3.html , I
guess? Let's discuss it ther
Le jeudi 06 avril 2023 à 13:46 +, Werner LEMBERG a écrit :
> ```
>
> >> In my source file I have
> >>
> >> ```
> >> \version "2.24"
> >>
> >> \paper {
> >> fonts = #(make-pango-font-tree
> >>
I too had make-pango-font-tree peppered here and there. I adapted the
code manually as convert-ly actually does not work at all on my system
for the time being which is quite strange.
>> What is the new and correct command?
> You can find that in changes.tely.
git log -p $ly/Documen
> Le 9 avr. 2023 à 12:12, Joram Berger a écrit :
>
> Yes, I regularly use this snippet to set the document fonts. I think I
> learned it from Abraham Lee. IIRC, Frescobaldi also pasted it with the
> menu entry
> Tools > Document fonts …
>
> What is the new and correct command?
You can find
Yes, I regularly use this snippet to set the document fonts. I think I
learned it from Abraham Lee. IIRC, Frescobaldi also pasted it with the
menu entry
Tools > Document fonts …
What is the new and correct command? What Frescobaldi gives me?
\paper {
#(define fonts
(set-global-fonts
#
>> In my source file I have
>>
>> ```
>> \version "2.24"
>>
>> \paper {
>> fonts = #(make-pango-font-tree
>> "Linux Libertine O"
>> "Linux Biolinum O"
>> "Ubun
Le jeudi 06 avril 2023 à 13:04 +, Werner LEMBERG a écrit :
> ```
>
> [0cb681106e53c50d53a35304df639ad8a2a88cbc]
>
>
> In my source file I have
>
> ```
> \version "2.24"
>
> \paper {
> fonts = #(make-pango-font-tree
> &q
[0cb681106e53c50d53a35304df639ad8a2a88cbc]
In my source file I have
```
\version "2.24"
\paper {
fonts = #(make-pango-font-tree
"Linux Libertine O"
"Linux Biolinum O"
"Ubuntu Mono"
(/ (* staff-height
rendering bidi text in Pango, the direction
changing codes (U+202A, U+202B, U+202C) generate a cluster entry in
Pango, but the glyph is invisible.
Currently, LilyPond simply filters out the invisible glyph, but with
cairo_show_text_glyphs that causes the UTF-8 text, glyph list and
cluster mappin
hing users do. The issue with multiple jobs
> is long fixed (see part of the quote that you trimmed) and the fix
> already released in LilyPond 2.22.1.
Excellent. My fear was that we had to exclude certain pango versions
in LilyPond's configure file.
Werner
Am Samstag, dem 22.05.2021 um 10:10 + schrieb Werner LEMBERG:
> > > > for your information and to prevent others from wondering: The
> > > > bug fix release 1.48.3 of Pango breaks LilyPond's processing
> > > > with multiple jobs. [...]
> >
&g
>> > for your information and to prevent others from wondering: The
>> > bug fix release 1.48.3 of Pango breaks LilyPond's processing with
>> > multiple jobs. [...]
>
> Now fully resolved with 1.48.5 🙂
Thanks for testing! How shall we proceed?
Werner
Am Freitag, dem 19.03.2021 um 19:31 +0100 schrieb Jonas Hahnfeld:
> Am Freitag, dem 19.03.2021 um 08:32 +0100 schrieb Jonas Hahnfeld:
> > Hi all,
> >
> > for your information and to prevent others from wondering: The bug fix
> > release 1.48.3 of Pango breaks LilyPond
Am Freitag, dem 19.03.2021 um 08:32 +0100 schrieb Jonas Hahnfeld:
> Hi all,
>
> for your information and to prevent others from wondering: The bug fix
> release 1.48.3 of Pango breaks LilyPond's processing with multiple
> jobs. See https://gitlab.gnome.org/GNOME/pango/-/is
Hi all,
for your information and to prevent others from wondering: The bug fix
release 1.48.3 of Pango breaks LilyPond's processing with multiple
jobs. See https://gitlab.gnome.org/GNOME/pango/-/issues/542 and
https://gitlab.com/lilypond/lilypond/-/issues/6105 for more details.
Arch Linux al
commit 15b711841071f78b436bdd271d98145b180efe86
Author: Han-Wen Nienhuys
Date: Thu Feb 13 13:54:20 2020 +0100
Make Pango >= 1.36 mandatory.
https://codereview.appspot.com/565660044/
LGTM
https://codereview.appspot.com/565660044/
LGTM, thanks for getting rid of the old code!
https://codereview.appspot.com/565660044/
This blog entry from Behdad regarding Pango, OpenType, and custom
fonts (i.e., fonts provided by applications) might be interesting to
you, since it directly affects lilypond.
http://mces.blogspot.ca/2015/05/how-to-use-custom-application-fonts.html
Werner
c: "lilypond-devel" ; "Mailinglist
> lilypond-user"
> Sent: Monday, April 20, 2015 12:14 PM
> Subject: Re: Pango Update in new binaries
>
>
> 2015-04-07 19:47 GMT+02:00 Joshua Nichols :
>>
>> Hello all,
>>>
>>> I apologize if thi
- Original Message -
From: "Federico Bruni"
To: "Joshua Nichols"
Cc: "lilypond-devel" ; "Mailinglist lilypond-user"
Sent: Monday, April 20, 2015 12:14 PM
Subject: Re: Pango Update in new binaries
2015-04-07 19:47 GMT+02:00 Joshua Nic
Federico Bruni writes:
> 2015-04-07 19:47 GMT+02:00 Joshua Nichols :
>
>> Hello all,
>>
>> I apologize if this question has already been asked.
>>
>> Has the new version of pango been ported to the binaries on
>> mac/windows/linux? I noticed here
>
2015-04-07 19:47 GMT+02:00 Joshua Nichols :
> Hello all,
>
> I apologize if this question has already been asked.
>
> Has the new version of pango been ported to the binaries on
> mac/windows/linux? I noticed here
> <https://code.google.com/p/lilypond/issues/detail?id=2656
>> For this issue, I've written a patch to set the Helvetica substitute
>> and Courier substitute as the default font of provisional. [...]
>
> Nice! Please upload your code to Rietveld following our contributors'
> guide so that your changes can be tested automatically.
I've tried it.
How abou
> For this issue, I've written a patch to set the Helvetica substitute
> and Courier substitute as the default font of provisional. [...]
Nice! Please upload your code to Rietveld following our contributors'
guide so that your changes can be tested automatically.
Werner
_
> - Pango picking system fonts, resulting in unpredictable output
For this issue,
I've written a patch to set the Helvetica substitute
and Courier substitute as the default font of provisional.
With this patch, pango doesn't choose system fonts
for default san-serif font and m
LGTM.
https://codereview.appspot.com/12242043/
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel
- Original Message -
From: "Jeremiah Benham"
To:
Sent: Monday, November 05, 2012 3:50 AM
Subject: Gub pango-1.26.0-darwin-cx-font.patch
Does anyone know what happened to this patch
pango-1.26.0-darwin-cx-font.patch. I
don't see it in ./patches/ . I built denemo fo
Does anyone know what happened to this patch pango-1.26.0-darwin-cx-font.patch.
I
don't see it in ./patches/ . I built denemo for mingw, darwin, and linux
targets.
Unfortunately I am having font issues with pangocairo with darwin. I am
wondering
if this patch will fix this.
Thanks,
Jer
2009/11/2 James E. Bailey :
> Two things before I add this to the tracker:
> 1) Rehearsal Marks should be placed below the system, not the first
> staff: http://lists.gnu.org/archive/html/bug-lilypond/2009-09/msg00026.html
> 2)"[The] grobs are not accounted for in the vertical layout, thus leading
On 02.11.2009, at 21:30, Neil Puttock wrote:
2009/11/2 Graham Percival :
Sorry, but I'm only working on GUB, so this isn't the place for
other problems. If you can make a minimal example and investigate
on versions between 2.12.2 and 2.13.7 (i.e. start with 2.13.3,
then either go higher or l
2009/11/2 Graham Percival :
> Sorry, but I'm only working on GUB, so this isn't the place for
> other problems. If you can make a minimal example and investigate
> on versions between 2.12.2 and 2.13.7 (i.e. start with 2.13.3,
> then either go higher or lower depending on whether it works on
> th
On Mon, Nov 02, 2009 at 06:58:32PM +0100, James E. Bailey wrote:
>On 02.11.2009, at 17:14, Graham Percival wrote:
>
> I've updated freetype, fontconfig, and pango. I believe the result
> works on OSX 10.6, but might issue a (harmless?) complaint on OSX.
>
>
On Mon, Nov 02, 2009 at 11:41:59AM -0800, Patrick McCarty wrote:
> The bad news... LilyPad is missing again from the mingw installer, but
> LilyPond otherwise runs fine AFAICS.
Growl, I forgot to manually check if it got copied and re-run it
again if not. I should make that a script.
Cheers,
- G
On Mon, Nov 2, 2009 at 8:14 AM, Graham Percival
wrote:
> I've updated freetype, fontconfig, and pango. I believe the result
> works on OSX 10.6, but might issue a (harmless?) complaint on OSX.
> The regtests look ok. Due to the new versions for all those
> font-related depend
On Mon, Nov 2, 2009 at 9:58 AM, James E. Bailey
wrote:
>
> I don't know if this even belongs here, but while checking convert-ly, I
> noticed something odd:
> %take your pick, the output differs between versions
> %\version "2.12.2"
> %\version "2.13.7"
Are you referring to a difference in output
On 02.11.2009, at 17:14, Graham Percival wrote:
I've updated freetype, fontconfig, and pango. I believe the result
works on OSX 10.6, but might issue a (harmless?) complaint on OSX.
The regtests look ok. Due to the new versions for all those
font-related dependencies, I have no idea if
I've updated freetype, fontconfig, and pango. I believe the result
works on OSX 10.6, but might issue a (harmless?) complaint on OSX.
The regtests look ok. Due to the new versions for all those
font-related dependencies, I have no idea if it'll look good on any OS
(other than linux-x86
On 07/02/2008, Han-Wen Nienhuys wrote:
> 2008/2/7, Mats Bengtsson :
> > Keeping the description at a cookbook level, as you propose, is one
> > alternative.
Probably the worst one. :-) But a good conversation starter, I hope.
> > Another alternative is to describe more clearly what the different
s a bit on the obtuse side, IMO.
The mechanism is as follows:
- make-pango-font-tree has a 'factor' argument, which is a scaling factor. For
a value of 1.0, it sets up fonts at size 12.0 pt.
- the set-global-staff-size calls make-pango-font-tree implicitly,
such that 20pt corresponds to
Risto Vääräniemi wrote:
Should the Section 1.8.2 Text markup - Font selection have a text
describing how the make-pango-font-tree parameters should be used.
Something like:
If the set-global-staff-size is used for changing the global staff
size, the \myStaffSize should be set to the same
Dear All,
In 2006 Eyolf made a extensive study about the combined effect of the
set-global-staff-size and the Pango font definitions in
make-pango-font-tree [1]. It seems that this manual section has not
been yet updated. I was struggling with the same thing yesterday and
because I've g
Quoth Johannes Schindelin:
> On Fri, 16 Dec 2005, Don Blaheta wrote:
> > I tried adding ":/sw/lib/pango-ft219/lib/" to the end of my
> > PKG_CONFIG_PATH, but this was not sufficient... does anyone know how I
> > can I make configure find my pango installation?
&g
Hi,
On Fri, 16 Dec 2005, Don Blaheta wrote:
> I tried adding ":/sw/lib/pango-ft219/lib/" to the end of my
> PKG_CONFIG_PATH, but this was not sufficient... does anyone know how I
> can I make configure find my pango installation?
The problem is the pkgconfig file. If it
I found the installation note on INSTALL.html about fink installations,
and it resolved several of the problems I was about to email the list
about; but there is still one library that configure is not finding. I
think it's because there are a bunch of (incompatible?) versions of
pango, depe
Hi,
in the illusion that it was that easy, I just compiled pango and installed
it before compiling lilypond. However, after a few of my own pieces were
translated by lilypond quite well, I tried to "make web". That failed when
pango tried to load the hebrew module.
I am too lazy to
OK, I know I should have tried before, but I'm really in a mess these
days.
Pango does not work with jailing. It loads dynamically modules after the
jailing.
Is there any way to somehow setup/startup/whatever Pango before the
jailing? I think this would solve the problem.
--
I'm about to look at Lilypond 2.5.x on SuSE 9.2.
I note the prerequisites include pango 1.6 or higher - any experience or
concerns about using the latest version, pango 1.8.1, that could save me
frustration in getting that set up? Or should I stick with 1.6.x
TIA
/Hans
--
Proud us
Hi,
On Tue, 11 Jan 2005, Laura Conrad wrote:
> Doesn't PNG already have a tight box?
Not really. It uses ghostscript's -sDEVICE=bbox to determine the bbox
from the PostScript file.
Hth,
Dscho
___
lilypond-devel mailing list
lilypond-devel@gnu.org
h
> "HJJ" == Heikki Johannes Junes <[EMAIL PROTECTED]> writes:
HJJ> It would be nice to have "--bbox" option for lilypond
HJJ> output. It is easy to imagine situations in which outputting
HJJ> with tight bounding box is preferable. This applies to PNG,
HJJ> DVI, EPS, and PDF ou
On Sun, 09 Jan 2005 18:14:14 +0100 Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> If these issues are solved, then we can prepare for a lilypond 2.6/3.0
> release. Are there any other issues that need to be tackled before we
> do a next major release? I still have system-separators on m
Hi,
I've just dumped 2.5.7 onto the world. With this release, the
following issues are still open w.r.t. the Pango/PS output
* Braces are selected incorrectly
* We should make utf8-string work in the SVG/Gnome backends.
* Maybe we could have a better default PS font?
* The PNG outp
On Tue, 2005-01-04 at 23:29 +0100, Werner LEMBERG wrote:
> > > Owen, can you answer this, please? Since there are two mechanisms
> > > for kerning (the `kern' table and the `kern' feature in the GPOS
> > > table) I wonder how Pango is handling this.
> >
> > Owen, can you answer this, please? Since there are two mechanisms
> > for kerning (the `kern' table and the `kern' feature in the GPOS
> > table) I wonder how Pango is handling this.
>
> I won't say that I actually have plans for handling AFM file
On Mon, 2005-01-03 at 19:28 +0100, Werner LEMBERG wrote:
> > > > * How do we deal with kerning in Pango? AFAIK, Pango does not
> > > > read AFM/TFM files, so how can it compute kernings?
> > >
> > > IIRC Owen has mentioned that he plans to support read
[EMAIL PROTECTED] writes:
>
> > > We need a new command to select the backend -- I propose
> > > \TeXformat and \PSformat so that the `-f ps' and `-f tex' switches
> > > become obsolete.
> >
> > And SVG/Gnome/whatever-we-come-up-with-next? I disagree with this
> > idea.
>
> See my other mail to
> > We need a new command to select the backend -- I propose
> > \TeXformat and \PSformat so that the `-f ps' and `-f tex' switches
> > become obsolete.
>
> And SVG/Gnome/whatever-we-come-up-with-next? I disagree with this
> idea.
See my other mail too. We must make a distinction between backe
> > > * How do we deal with kerning in Pango? AFAIK, Pango does not
> > > read AFM/TFM files, so how can it compute kernings?
> >
> > IIRC Owen has mentioned that he plans to support reading of AFM
> > files for Type 1 fonts to get kerning. Kerning f
Jan Nieuwenhuizen writes:
> Hadden we niet al over gehad?
[sorry, please ignore]
--
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien | http://www.lilypond.org
___
lilypond-devel mailing
nce I
> guess that the GNOME backend already has Pango bindings.
Hadden we niet al over gehad? Ik weet niet heel precies hoe met gnome
en pango bindings zit, maar volgens mij zou het zo moeten zijn, dat
als je tegen item zegt (zie output-gnome.scm)
(make
#text ""
#font &qu
In fact, any property may be added, since properties
> are generic. The distressing thing is that Pango does not expose it's
> fontconfig interface to the world, so it's unclear whether we can
> instruct Pango to use the designsize.
Maybe we should just (make a short annouceme
[EMAIL PROTECTED] writes:
> > * Remove all support code for encoding within LilyPond. [...]
> > Encoding is either handled by (La)TeX, or by Pango. This means
> > that
> >
> > \encoding
> >
> > will disappear, as will the inputencoding field
> * Remove all support code for encoding within LilyPond. [...]
> Encoding is either handled by (La)TeX, or by Pango. This means
> that
>
> \encoding
>
> will disappear, as will the inputencoding field in \layout{}
We need a new command to select the backend --
Hi there,
followers of the CVS commit list might have noticed that
Pango/FontConfig integration is proceeding. The last status is that
--format=ps now produces credible results in the PS output, and that
the dimensions of bounding boxes are computed correctly. The current
TODO list for the pango
o use glyph names, don't we? The only thing we need is
a mapping from glyph names to lilypond (TeX) font + glyph index after
Pango has produced the layout. For example, we have glyph
`\quarthead' which should translate to
\fetaXX\char 62
Am I missing something?
Werner
[EMAIL PROTECTED] writes:
>
> > I had a look at using Pango for typesetting text. See the attached
> > program.
>
> Which version of pango do I need for that? With 1.2.5 I get a
> segfault with G_OBJECT_TYPE_NAME... Anyway, after commenting out the
> printf stat
> Should I try to get a PangoFont from a PangoOTInfo ? Or should the
> PangoFont just be loaded through pango itself?
I've no idea, sorry.
> And then, I assume that there needs to be Pango a rendering backend,
> to know the resolution at which the font is going to be render
> I had a look at using Pango for typesetting text. See the attached
> program.
Which version of pango do I need for that? With 1.2.5 I get a
segfault with G_OBJECT_TYPE_NAME... Anyway, after commenting out the
printf statement I was able to proceed.
> I am wondering: are the num
Hi Werner
(not sure whether this should be moved to lilypond-hackers, but here
goes.. )
I had a look at using Pango for typesetting text. See the attached
program. I am wondering: are the number codes (printed as c XXX)
really unicode codes? When I convert
\'all
as utf-8,
Hi,
I've looked at the documentation of Pango, but I'm still a bit
mystified. I can get a OT font into pango, with
PangoOTInfo *pango_ot_info_get (FT_Face face);
in the end, I need to run
pango_shape()
to convert a UTF8 string to a PangoGlyphString. Should I tr
for our information
--- Begin Message ---
On Sat, 2004-08-14 at 23:07, Haran Shivanan wrote:
> Hi,
>
> I'm having problems understanding how font scaling works in Pango.
> I have a box into which I'm rendering a PangoLayout object.
> When I double the size of the b
71 matches
Mail list logo