Le mardi 14 février 2023 à 15:13 +, Werner LEMBERG a écrit :
> Excellent, thanks! I slowly arrive at some nice results, see attached
> code and image. However, there is one problem that I don't
> understand: Why is the space between footnotes 3 and 4 (and 4 and 5)
> larger than between 1 and
Le mardi 14 février 2023 à 19:49 +0100, Karim Haddad a écrit :
> Thank you Hans, Gregory and Jean,
>
> Your help is precious.
>
> Just another beginner's question:
> I found amazingly that Lily plays the 1/8th tones correctly as it does for
> 1/4th tones.
> If i need to use other weird scale
> On 14 Feb 2023, at 19:49, Karim Haddad wrote:
>
> I found amazingly that Lily plays the 1/8th tones correctly as it does for
> 1/4th tones.
> If i need to use other weird scales, can someone point me to the lily code
> responsible for the midi pitch tuning (bend) in lilypond, so I can mess
Thank you Hans, Gregory and Jean,
Your help is precious.
Just another beginner's question:
I found amazingly that Lily plays the 1/8th tones correctly as it does for
1/4th tones.
If i need to use other weird scales, can someone point me to the lily code
responsible for the midi pitch tuning (b
Le mardi 14 février 2023 à 19:11 +0100, Jean Abou Samra a écrit :
> Le mardi 14 février 2023 à 15:27 +0100, Karim Haddad a écrit :
>
> > Dear All,
> > Maybe this was already submitted. I am looking for this particular symbol
> > to use as alteration for 1/8th tones. (cf. screenshot attached)
>
Le mardi 14 février 2023 à 15:27 +0100, Karim Haddad a écrit :
> Dear All,
>
> Maybe this was already submitted. I am looking for this particular symbol to
> use as alteration for 1/8th tones. (cf. screenshot attached)
> However it seems missing in the Emmentaler font. Is it possible to include
Thank you Hans for the tip.
My quest is to try to find a way to use this symbol by default, ie without
adding extra SMufl fonts, or if there is a way to do it with lilypond default
fonts + maybe a markup tweak.
Best
K
On Tue, Feb 14, 2023 at 05:57:23PM +0100, Hans Åberg wrote:
>
> > On 14 Feb
> On 14 Feb 2023, at 15:27, Karim Haddad wrote:
>
> Maybe this was already submitted. I am looking for this particular symbol to
> use as alteration for 1/8th tones. (cf. screenshot attached)
> However it seems missing in the Emmentaler font.
It is appears on the SMuFL page Extended Stein-Zim
Sorry, for that,
Here it is
On Tue, Feb 14, 2023 at 03:17:09PM +, Werner LEMBERG wrote:
>
> > Maybe this was already submitted. I am looking for this particular
> > symbol to use as alteration for 1/8th tones. (cf. screenshot
> > attached) However it seems missing in the Emmentaler font. Is
Hello Karim,
I suppose you forgot to attach the symbol.
Cheers,
Valentin
Am Dienstag, 14. Februar 2023, 15:27:28 CET schrieb Karim Haddad:
> Dear All,
>
> Maybe this was already submitted. I am looking for this particular symbol to
> use as alteration for 1/8th tones. (cf. screenshot attached)
> Maybe this was already submitted. I am looking for this particular
> symbol to use as alteration for 1/8th tones. (cf. screenshot
> attached) However it seems missing in the Emmentaler font. Is it
> possible to include it or this is a complicated task? I have
> fontforge on my computer. I wi
> To change those properties, you could do
>
> ```
> \paper {
> text-font-defaults.baseline-skip = 3
> }
> ```
>
> [...]
>
> ```
> \override Score.Footnote.footnote-text =
> #(grob-transformer
> 'footnote-text
> (lambda (grob orig)
> #{ \markup { \strut #orig
Ah sorry, I missread that ... stupid me!
Basically the functions that would need support are the primitives:
Stencil::add_stencil
Stencil::rotate_degrees_absolute (? is there even a meaningful way for doing
this or should this just resort to stencil extent?)
Stencil::translate
Stencil::scale
Ste
Dear All,
Maybe this was already submitted. I am looking for this particular symbol to
use as alteration for 1/8th tones. (cf. screenshot attached)
However it seems missing in the Emmentaler font. Is it possible to include it
or this is a complicated task? I have fontforge on my computer.
I wish
Le mardi 14 février 2023 à 15:02 +0100, Valentin Petzel a écrit :
> But \column does have exactly that issue. Column will hickup on "lines"
> spanning multiple lines.
Precisely. That's why it should receive the lines individually rather
than already combined in a stencil.
```
\version "2.24.0"
But \column does have exactly that issue. Column will hickup on "lines"
spanning multiple lines.
Another alternative though:
A stencil could have optional spacing extents. E.g. when you do a text stencil
it will have it’s regular stencil extents, but also also a spacing extent from
base line t
Le mardi 14 février 2023 à 13:02 +0100, Valentin Petzel a écrit :
> As far as I see this is not the problem. Footnotes appear to be simply
> stacked
> by extent, not by baseline. This already creates issues with footnotes
> extending over multiple lines, as the spacing between different footno
> Maybe it would be useful to be able to override the formatting of
> the footnote block, similar to how we have toItemMarkup. We could
> allow the user to format footnotes using some footnoteMarkup
> callback?
This is issue https://gitlab.com/lilypond/lilypond/-/issues/2561
Werner
As far as I see this is not the problem. Footnotes appear to be simply stacked
by extent, not by baseline. This already creates issues with footnotes
extending over multiple lines, as the spacing between different footnotes will
be less than the spacing between different lines of footnotes.
Mea
Le mardi 14 février 2023 à 07:28 +, Werner LEMBERG a écrit :
> * In what context are footnote texts handled? I want to globally
> adjust `baseline-skip` for my (redefined) `\strut` function, but I'm
> not able to do it.
Like all sticky grobs, footnotes are created in the same context
as
20 matches
Mail list logo