Re: musicXML: 2 voices in 1 measurement

2021-09-23 Thread Ivanov Dmitry
Hello Ivanov, You probably miss a élément, will post an example tonight. Thanks, I fixed the code myself already. signature.asc Description: PGP signature

Vertical positioning of rests

2021-09-23 Thread Leo Correia de Verdier
Dear list! I’m attempting to write a function that would have to move rests vertically after line breaking. I would need to move them (grob or stencil) to an determined position in relation to the staff, but I cannot find what property of the grob determines its vertical placement. Y-offset is

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!

Re: Vertical positioning of rests

2021-09-23 Thread Leo Correia de Verdier
I’m unsure if the following can count as an MWE, but here it goes: %% \version "2.22.1" #(define (move-rest-after-line-breaking grob) (let ((stil (ly:grob-property grob 'stencil)) (y-offs (ly:grob-pro

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 enter i

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
Hi, 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. It could be that your version of the IM FELL family is named differently.  I got mine from Google's OFL collectio

Re: Font

2021-09-23 Thread Carlos R Martinez
Thank you Lukas. In the computer I can utilize it. But Lilypond does not engrave it. Sent from my iPad > On Sep 23, 2021, at 13:49, Lukas-Fabian Moser wrote: > > Hi, >>> 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

Re: Font

2021-09-23 Thread Hans Aikema
Carlos, Based on your previous posts I think this is on a mac? In my experience you have to install the fonts as system fonts in order for Lilypond to see them. By default (at least on my system) Fontbook installs fonts as a userfont. You can change the default to be the system fonts. https://s

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 Sep 2

Re: Rehearsal marks and tempo markings

2021-09-23 Thread Jean Abou Samra
Le 23/09/2021 à 00:47, Nuno Trocado a écrit : Perhaps you want the tempo mark to start on the first note rather than the time signature: Not really... I'd like to have the tempo mark aligning to the time signature, but shifting a little horizontally if it collides with a rehearsal mark. Here

Re: Vertical positioning of rests

2021-09-23 Thread Jean Abou Samra
Le 23/09/2021 à 15:35, Leo Correia de Verdier a écrit : I’m unsure if the following can count as an MWE, but here it goes: Call it MWE or not, it definitely helps! There are a number of internal mechanisms under the hood here. The primary source for a grob's vertical is Y-offset, that's true.

attenzione: troppe collisioni tra pause

2021-09-23 Thread Mario Moles
Hi! How to solve this warning: attenzione: troppe collisioni tra pause ? t's annoying! Thanks

Re: attenzione: troppe collisioni tra pause

2021-09-23 Thread Helge Kruse
On 24.09.2021 06:57, Mario Moles wrote: Hi! How to solve this warning: attenzione: troppe collisioni tra pause ? t's annoying! May be. But it's also hard to find an answer without more details. There is the idea of a minimum working example. Could you try to provide the snippet that causes

Re: Vertical positioning of rests

2021-09-23 Thread Werner LEMBERG
> There are a number of internal mechanisms under the hood here. > [...] Good stuff! Do we have something like this in the manual somewhere? Otherwise I suggest that you add it as an example. Werner

Re: Vertical positioning of rests

2021-09-23 Thread Jean Abou Samra
Le 24/09/2021 à 07:13, Werner LEMBERG a écrit : There are a number of internal mechanisms under the hood here. [...] Good stuff! Do we have something like this in the manual somewhere? Otherwise I suggest that you add it as an example. Not in the official manual, but there is some amount of i