Le lundi 18 septembre 2023 à 18:13 +, Zone Dremik a écrit :
> Hello,
>
> This is a follow-up concerning Frescobaldi start-up problems on Mac Ventura
> 13.5 (I should clarify that this is an issue that only occurs when I first
> start Frescobaldi after having powered-on the computer).
>
> I u
Hello,
I am using Frescobaldi with success on several Mac with different OS.
I can confirm that I have to click on Frescobaldi in the Dock after first
start. But after that it runs perfect.
I have also to confirm in security settings that it is ok to run several
program that Frescobaldi needs
> Maybe there are other issues that I’m not aware of,
The Frescobaldi issue tracker is here:
https://github.com/frescobaldi/frescobaldi/issues
and you can filter them by the macOS label:
https://github.com/frescobaldi/frescobaldi/issues?q=is%3Aopen+is%3Aissue+label%3AmacOS
That gives a good st
Hi everyone.
I am engraving a Scriabin prelude in 15/8 time. I'm having two problems
both related to the tempo of the piece. Scriabin used a metronome marking
of a dotted quarter note tied to a quarter note = 69 - 72. I can use
markup and \rhythm to get the notes, but the two notes are too far
> So the first question is how do I get the two notes closer. I've attached the
> LilyPond source and a screenshot of my attempts.
You can do
\rhythm {
\override Score.SpacingSpanner.spacing-increment = 0.5
4.~ 4
}
> Secondly, what's the best way to get the MIDI to play at the correct tempo?
On Tue, Sep 19, 2023 at 8:06 AM Jean Abou Samra wrote:
> So the first question is how do I get the two notes closer. I've attached
> the LilyPond source and a screenshot of my attempts.
>
>
> You can do
>
> \rhythm {
> \override Score.SpacingSpanner.spacing-increment = 0.5
> 4.~ 4
> }
>
>
> Seco