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: How to catch post-events inside chords in an event listener?

2022-02-07 Thread Lukas-Fabian Moser
Hi Jean, (CC'ing Harm because I'm using your code to demonstrate my ignorance.) I'm just still confused as to the terminology of event "classes" vs. event "types" etc. But that's something for next week... Allow me to take advance on next week by an hour, then (in Paris time, that is). The

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

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 Valentin Petzel
No. As Lilypond is a music typesetter, not a text typesetter, the text typesetting options in Lilypond are quite rudimentary. This means that Lilypond has no interface for these things. So kerning in Lilypond markup usually means taking two markups and putting them next to each other with some

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

Re: How to catch post-events inside chords in an event listener?

2022-02-07 Thread Valentin Petzel
Hello Lukas, I suppose the reason why Harm makes the detour over the music-cause is because the articulations-property might be deleted. Thus to make sure we get the original full articulations-property he uses the original music instead. Using (memq x l) sounds very reasonable. Afterall memq

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

Re: Font kerning

2022-02-07 Thread Francesco Napoleoni
In data lunedì 7 febbraio 2022 21:46:49 CET, David Kastrup ha scritto: > So how would you characterise this being any different from \kern ? Uhmmm... I wouldn’t. :-)

Re: Font kerning

2022-02-07 Thread Valentin Petzel
Hello David. TeX takes care of text output entirely by itself, while Lilypond delegates this to Pango. This makes handling certain things quite a bit more awkward in Lilypond. So while \hspace does work similarly to \kern it does not really have the same function. In TeX we could for example

Re: Font kerning

2022-02-07 Thread David Kastrup
Valentin Petzel writes: >> Am Montag, 7. Februar 2022, 21:30:21 CET schrieb: >>> 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? >

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: Log4j Vulnerability Status

2022-02-07 Thread Carl Sorensen
Our product does not use Log4j, so it has no Log4j vulnerability. Furthermore, we do not provide SaaS. We provide downloadable binaries, with software run on local users’ computers and no connection to the cloud. Carl From: lilypond-user on behalf of Murphy Sifa Date: Monday, February 7,

Moving a tie horizontally

2022-02-07 Thread Viktor Mastoridis
Hello, I am creating chord strumming indications with a tie. I'm using the \improvisationOn handle, and the tie appears a bit too high and to the right. Using \override Tie.Y-offset I can move the tie vertically, but \override Tie.X-offset yields no results. I have searched across forums and

Re: Moving a tie horizontally

2022-02-07 Thread Jean Abou Samra
Le 07/02/2022 à 23:58, Viktor Mastoridis a écrit : Hello, I am creating chord strumming indications with a tie. I'm using the \improvisationOn handle, and the tie appears a bit too high and to the right. Using  \override Tie.Y-offset  I can move the tie vertically, but \override

Log4j Vulnerability Status

2022-02-07 Thread Murphy Sifa
Hi Lilypond Software, We are analysing our suite of SaaS vendors for exposure to the log4j vulnerability. I can’t find a statement on your page about the products that La Trobe is using. Can you please provide me with the log4j vulnerability status of your products? Thank you IS-Security

Re: How to catch post-events inside chords in an event listener?

2022-02-07 Thread Jean Abou Samra
Le 07/02/2022 à 20:17, Lukas-Fabian Moser a écrit : Wow. Thanks. (And luckily Paris and Salzburg share a time zone.) So here's what made me stumble: In scm/scheme-engravers.scm, we find (define-public (event-has-articulation? event-type stream-event)   "Is @var{event-type} in the

Re: Log4j Vulnerability Status

2022-02-07 Thread Jean Abou Samra
Le 07/02/2022 à 23:23, Murphy Sifa a écrit : Hi Lilypond Software, We are analysing our suite of SaaS vendors for exposure to the log4j vulnerability. I can’t find a statement on your page about the products that La Trobe is using. Can you please provide me with the log4j vulnerability

Re: Font kerning

2022-02-07 Thread David Bellows
> making something like shelf{}full omit the ff ligature only somewhat reliably: if there is a hyphenation pass over the paragraph in question, TeX will create the ff ligature in the "reconstitution pass". As an aside, the selnolig package exists for LuaTeX that automatically removes select

Re: Font kerning

2022-02-07 Thread David Kastrup
Valentin Petzel writes: >> Am Montag, 7. Februar 2022, 22:47:30 CET schrieb: >>> Valentin Petzel writes: >>> >> Am Montag, 7. Februar 2022, 21:30:21 CET schrieb: >>> >>> Thanks to all for your answers. The trick suggested by Valentin >>> >>> works for me. >>> >>> >>> >>> Anyway it looks like

Re: Moving a tie horizontally

2022-02-07 Thread Aaron Hill
On 2022-02-07 3:28 pm, Jean Abou Samra wrote: For now, you have to use the \shape command documented at The shape seems fine, just needs to be offset to optically align with the slashed note heads: music = { \time 3/4 2~4~8~8~2~16~8~16~4.~8 } << \new RhythmicStaff { \music } \new

Re: Dal segno?

2022-02-07 Thread Alasdair McAndrew
Thank you very much - and I realize I should have thought of this myself! In fact I found an example in one of my own files from a few years ago that I'd completely forgotten about. Alasdair On Monday 07 February 2022 02:48:43 (+11:00), Knute Snortum wrote: > On Sun, Feb 6, 2022 at 2:29 AM

Re: (Solved)Re: To get rid of the horizontal line before the footnotes?

2022-02-07 Thread Richard Shann
On Mon, 2022-02-07 at 13:41 +0100, Jean Abou Samra wrote: > Le 05/02/2022 à 12:50, Richard Shann a écrit : > > On Sat, 2022-02-05 at 11:30 +, Richard Shann wrote: > > > Is there a way to drop the line that is drawn below the systems > > > above > > > the footnotes? > > Sorry for asking before

Re: (Solved)Re: To get rid of the horizontal line before the footnotes?

2022-02-07 Thread Carl Sorensen
On 2/7/22, 8:57 AM, "lilypond-user on behalf of Richard Shann" wrote: On Mon, 2022-02-07 at 13:41 +0100, Jean Abou Samra wrote: > Le 05/02/2022 à 12:50, Richard Shann a écrit : > > On Sat, 2022-02-05 at 11:30 +, Richard Shann wrote: > > > Is there a way to drop the line

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

Re: (Solved)Re: To get rid of the horizontal line before the footnotes?

2022-02-07 Thread Richard Shann
On Mon, 2022-02-07 at 15:59 +, Carl Sorensen wrote: > > > On 2/7/22, 8:57 AM, "lilypond-user on behalf of Richard Shann" > rich...@rshann.plus.com> wrote: > >     On Mon, 2022-02-07 at 13:41 +0100, Jean Abou Samra wrote: >     > Le 05/02/2022 à 12:50, Richard Shann a écrit : >     > > On

Re: Object names for styling

2022-02-07 Thread Paulo Matos
Jean Abou Samra writes: > Le 31/01/2022 à 16:41, Leo Correia de Verdier a écrit : >> >> >>> 31 jan. 2022 kl. 15:56 skrev Paulo Matos : >>> >>> Ah - grobs is the technical term I needed. >>> Where's the best place to find the available grobs that I can style? >> >>

Re: (Solved)Re: To get rid of the horizontal line before the footnotes?

2022-02-07 Thread Jean Abou Samra
Le 05/02/2022 à 12:50, Richard Shann a écrit : On Sat, 2022-02-05 at 11:30 +, Richard Shann wrote: Is there a way to drop the line that is drawn below the systems above the footnotes? Sorry for asking before searching the mailing-list archives, \paper { footnote-separator-markup = ##f }

Re: Object names for styling

2022-02-07 Thread Jean Abou Samra
Le 31/01/2022 à 16:41, Leo Correia de Verdier a écrit : 31 jan. 2022 kl. 15:56 skrev Paulo Matos : Ah - grobs is the technical term I needed. Where's the best place to find the available grobs that I can style? https://lilypond.org/doc/v2.21/Documentation/internals/all-layout-objects Here