Re: Frescobaldi 4.0.0 has been released!

2025-04-09 Thread Federico Bruni




Il giorno mer 9 apr 2025 alle 16:14:08 +02:00:00, Simon Albrecht 
 ha scritto:

Tremendous news, wonderful to hear!

Being clueless however how to deal with any python issues on 
updating…
I had a working install, on Linux Mint, and after git pull-ing both 
the main app and python-ly, I get this on the console:


~$ frescobaldi
Traceback (most recent call last):
  File "/usr/lib/python3.10/runpy.py", line 196, in 
_run_module_as_main

return _run_code(code, main_globals, None,
  File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
  File "/home/simon/frescobaldi/frescobaldi/frescobaldi/__main__.py", 
line 32, in 

from frescobaldi import toplevel
ImportError: cannot import name 'toplevel' from 'frescobaldi' 
(unknown location)


Re-running the tox generate-commands as well as the pipx install 
sequence doesn’t change that. How can I proceed?




It seems that you are running it from source, even if you call 
`frescobaldi` and not `python -m frescobaldi` (in the git dir).
Maybe you have more than one frescobaldi in your PATH? What's the 
output of?


which -a frescobaldi


In Linux you can install with the following commands:

cd frescobaldi-repository
tox -e mo-generate
tox -e linux-generate
pipx install .
desktop-file-install --dir ~/.local/share/applications/ --set-icon 
$PWD/frescobaldi/icons/org.frescobaldi.Frescobaldi.svg 
linux/org.frescobaldi.Frescobaldi.desktop

update-desktop-database ~/.local/share/






Re: Frescobaldi 4.0.0 has been released!

2025-04-09 Thread Simon Albrecht

Tremendous news, wonderful to hear!

Being clueless however how to deal with any python issues on updating…
I had a working install, on Linux Mint, and after git pull-ing both the 
main app and python-ly, I get this on the console:


~$ frescobaldi
Traceback (most recent call last):
  File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/home/simon/frescobaldi/frescobaldi/frescobaldi/__main__.py", 
line 32, in 

    from frescobaldi import toplevel
ImportError: cannot import name 'toplevel' from 'frescobaldi' (unknown 
location)


Re-running the tox generate-commands as well as the pipx install 
sequence doesn’t change that. How can I proceed?


Best, Simon



Re: Frescobaldi 4.0.0 has been released!

2025-04-05 Thread Michael Dietz

Thanks a lot to all people involved!

For Linux users struggling with dependencies: For users of uv 
, this works well:


    cd frescobaldi-4.0.1
    uv run frescobaldi

Cheers, Michael



Re: Frescobaldi 4.0.0 has been released!

2025-04-01 Thread Mats-Olof Liljegren
On my Macs it works well to click on the app to launch it. A click on a 
ly-files opens the app too but not loading the file. Have to click on it once 
more. 

Another minor error is when quitting. Fredcobaldi quits but gives me an error 
that it quit unexspectsly. 

Orherwise no error in both intel and M4 so far. 

Great work and big thanks. 

Regards /MO

> 1 apr. 2025 kl. 12:58 skrev Benjamin Tordoff :
> 
> Trying out the dmg from GitHub I got some odd problems. It works fine if I 
> run it directly from the terminal, but if I double-click the application, or 
> double-click a .ly file that tries to open the app, I get an immediate crash. 
> I do get some warning when starting from the terminal - could these be the 
> cause?
> 
> /Applications % ./Frescobaldi.app/Contents/MacOS/Frescobaldi
> 2025-04-01 11:52:13.318 Frescobaldi[7607:28479432] No Python NSLog handler 
> found. stdout/stderr will not be captured.
> 2025-04-01 11:52:13.318 Frescobaldi[7607:28479432] To capture stdout/stderr, 
> add 'std-nslog' to your app dependencies.
> 2025-04-01 11:52:15.807 Frescobaldi[7607:28479432] +[IMKClient subclass]: 
> chose IMKClient_Modern
> 2025-04-01 11:52:15.807 Frescobaldi[7607:28479432] +[IMKInputSession 
> subclass]: chose IMKInputSession_Modern
> qt.qpa.fonts: Populating font family aliases took 149 ms. Replace uses of 
> missing font family "Courier" with one that exists to avoid this cost. 
> 
> Cheers
> 
> Ben
> 
>> On 30 Mar 2025, at 09:00, Ben Tordoff  wrote:
>> 
>> That is brilliant news. I’ve come to rely on Frescobaldi (on Mac) more and 
>> more and the future of the project didn’t always look certain. Thank you to 
>> everyone who has helped to keep the project alive and get this new release 
>> out.
>> 
>> Ben
>> 
>>> On 30 Mar 2025, at 08:39, Federico Bruni  wrote:
>>> 
>>> Hey folks
>>> 
>>> The new release is finally out:
>>> https://github.com/frescobaldi/frescobaldi/releases/tag/v4.0.0
>>> 
>>> Building the macOS app took quite some time, but now we have an easy way to 
>>> build Windows and macOS packages.
>>> 
>>> If you have any problem please check the open issues before creating a new 
>>> one:
>>> https://github.com/frescobaldi/frescobaldi/issues
>>> 
>>> 
>>> Federico
>>> 
>>> 
>>> 
>>> 
>> 
> 


Re: Frescobaldi 4.0.0 has been released!

2025-04-01 Thread Benjamin Tordoff
Trying out the dmg from GitHub I got some odd problems. It works fine if I run 
it directly from the terminal, but if I double-click the application, or 
double-click a .ly file that tries to open the app, I get an immediate crash. I 
do get some warning when starting from the terminal - could these be the cause?

/Applications % ./Frescobaldi.app/Contents/MacOS/Frescobaldi
2025-04-01 11:52:13.318 Frescobaldi[7607:28479432] No Python NSLog handler 
found. stdout/stderr will not be captured.
2025-04-01 11:52:13.318 Frescobaldi[7607:28479432] To capture stdout/stderr, 
add 'std-nslog' to your app dependencies.
2025-04-01 11:52:15.807 Frescobaldi[7607:28479432] +[IMKClient subclass]: chose 
IMKClient_Modern
2025-04-01 11:52:15.807 Frescobaldi[7607:28479432] +[IMKInputSession subclass]: 
chose IMKInputSession_Modern
qt.qpa.fonts: Populating font family aliases took 149 ms. Replace uses of 
missing font family "Courier" with one that exists to avoid this cost. 

Cheers

Ben

> On 30 Mar 2025, at 09:00, Ben Tordoff  wrote:
> 
> That is brilliant news. I’ve come to rely on Frescobaldi (on Mac) more and 
> more and the future of the project didn’t always look certain. Thank you to 
> everyone who has helped to keep the project alive and get this new release 
> out.
> 
> Ben
> 
>> On 30 Mar 2025, at 08:39, Federico Bruni  wrote:
>> 
>> Hey folks
>> 
>> The new release is finally out:
>> https://github.com/frescobaldi/frescobaldi/releases/tag/v4.0.0
>> 
>> Building the macOS app took quite some time, but now we have an easy way to 
>> build Windows and macOS packages.
>> 
>> If you have any problem please check the open issues before creating a new 
>> one:
>> https://github.com/frescobaldi/frescobaldi/issues
>> 
>> 
>> Federico
>> 
>> 
>> 
>> 
> 



RE: Frescobaldi 4.0.0 has been released!

2025-03-31 Thread carsonmark
Tim,

Installation on my windows 11 was the same as you describe.

Mark

-Original Message-
From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org
 On Behalf Of
timslatt...@utexas.edu
Sent: Monday, March 31, 2025 11:27 AM
To: lilypond-user@gnu.org
Subject: Re: Frescobaldi 4.0.0 has been released!

On 30 Mar 2025 at 9:38, Federico Bruni wrote:

> Hey folks
> 
> The new release is finally out:
> https://github.com/frescobaldi/frescobaldi/releases/tag/v4.0.0

I just installed this on my Windows 11 machine. A couple of notes:

At least on my machine, running the installer did not *replace* the older
version of Frescobaldi. The older version is still in
C:\ProgramFiles(x86)\Frescobaldi. The new one is in
C:\ProgramFiles\Frescobaldi. It also didn't update the shortcut on the
desktop. I had to do that manually. Not a huge deal, just gave me an
unexpected result when I thought I was bringing the new version up.

When I used it to compile a LY file, it worked fine. But I couldn't find
scroll bars in the log pane or the output pane. I finally realized that I
didn't actually have the program full-screened. 
Once I did that, the scroll bars appeared just fine. I suspect that part of
the main window was off the screen - at least, I can't explain it any other
way.

Thanks for keeping Frescobaldi in commision - your efforts are greatly
appreciated!

--
Tim Slattery
timslatt...@utexas.edu





Re: Frescobaldi 4.0.0 has been released!

2025-03-31 Thread timslattery
On 30 Mar 2025 at 9:38, Federico Bruni wrote:

> Hey folks
> 
> The new release is finally out:
> https://github.com/frescobaldi/frescobaldi/releases/tag/v4.0.0

I just installed this on my Windows 11 machine. A couple of notes:

At least on my machine, running the installer did not *replace* the older 
version of 
Frescobaldi. The older version is still in C:\ProgramFiles(x86)\Frescobaldi. 
The new one is in 
C:\ProgramFiles\Frescobaldi. It also didn't update the shortcut on the desktop. 
I had to do 
that manually. Not a huge deal, just gave me an unexpected result when I 
thought I was 
bringing the new version up.

When I used it to compile a LY file, it worked fine. But I couldn't find scroll 
bars in the log 
pane or the output pane. I finally realized that I didn't actually have the 
program full-screened. 
Once I did that, the scroll bars appeared just fine. I suspect that part of the 
main window was 
off the screen - at least, I can't explain it any other way.

Thanks for keeping Frescobaldi in commision - your efforts are greatly 
appreciated!

-- 
Tim Slattery
timslatt...@utexas.edu




Re: Frescobaldi 4.0.0 has been released!

2025-03-31 Thread Colin Campbell

This is getting fascinatingly strange!

I restarted into a Plasma/Wayland session, then launched Frescobaldi. As 
before, the main window behaves properly.


Viewer windows, launched from the Tools/Viewers menu, cannot now be 
moved. They do, however, have sizing handles at the edges, BUT: the 
right side and the bottom handles work as expected, but the top and left 
edge handles move the opposite edge. Grabbing the left handle moves the 
right side; grabbing the top moves the bottom edge.


It seems that the only way I can get viewers into position is to move 
the main window to where I want the viewer, then launch and fiddle with 
the viewer.


It seems clear that Frescobaldi is caught up in the issues coming from 
KDE/Qt6/Wayland, which have not yet. AFAICT, been resolved.


At any rate, Frescobaldi has been for many years, and still is for me, 
the only way to work with Lilypond. Well done to the developers!


Colin

On 2025-03-30 19:36, Colin Campbell wrote:

I wonder if you're experiencing this issue:

https://github.com/frescobaldi/frescobaldi/issues/1840



That sounds rather similar, Knute, but not exactly so.

My main window (the code viewer) is fine: has all the sizing controls, 
and I can shrink/expand by grabbing handles on the edges.


Any other viewers, launched from the View menu, behave as in 
Federico's report: the only possible change of size is by dragging the 
top edge upwards, very carefully. No handles are found on the bottom 
or sides.


Another difference is that I'm running under X11: I use another 
program which is unusable under Wayland, so I just forced my DM to 
X11on a login some while ago.


HTH,

Colin


Re: Frescobaldi 4.0.0 has been released!

2025-03-30 Thread Colin Campbell

I wonder if you're experiencing this issue:

https://github.com/frescobaldi/frescobaldi/issues/1840



That sounds rather similar, Knute, but not exactly so.

My main window (the code viewer) is fine: has all the sizing controls, 
and I can shrink/expand by grabbing handles on the edges.


Any other viewers, launched from the View menu, behave as in Federico's 
report: the only possible change of size is by dragging the top edge 
upwards, very carefully. No handles are found on the bottom or sides.


Another difference is that I'm running under X11: I use another program 
which is unusable under Wayland, so I just forced my DM to X11on a login 
some while ago.


HTH,

Colin


Re: Frescobaldi 4.0.0 has been released!

2025-03-30 Thread Knute Snortum
On Sun, Mar 30, 2025 at 12:00 PM Colin Campbell  wrote:

> I've compiled from git on Kubuntu, and I can't control the size of viewer
> windows other than the main code view. The controls for the music view and
> documentation browser are simply detach or close, and I cannot grab the
> edges to stretch or shrink them.
>
> ***
>
> Frescobaldi: 4.0.0
>
> Extension API: 0.9.0
>
> Python: 3.12.7
>
> Git branch: master
>
> on commit: 0b14cc8b
>
> python-ly: 0.9.9
>
> Qt: 6.6.2
>
> PyQt: 6.7.1
>
> qpageview: 1.0.0
>
> OS: Linux-6.11.0-19-generic-x86_64-with-glibc2.40 (Ubuntu 24.10)
>
> Installation kind: distro package or installed from source
>
> ***
>

I wonder if you're experiencing this issue:

https://github.com/frescobaldi/frescobaldi/issues/1840

--
Knute Snortum


Re: Frescobaldi 4.0.0 has been released!

2025-03-30 Thread Colin Campbell
I've compiled from git on Kubuntu, and I can't control the size of 
viewer windows other than the main code view. The controls for the music 
view and documentation browser are simply detach or close, and I cannot 
grab the edges to stretch or shrink them.


***

Frescobaldi: 4.0.0

Extension API: 0.9.0

Python: 3.12.7

Git branch: master

on commit: 0b14cc8b

python-ly: 0.9.9

Qt: 6.6.2

PyQt: 6.7.1

qpageview: 1.0.0

OS: Linux-6.11.0-19-generic-x86_64-with-glibc2.40 (Ubuntu 24.10)

Installation kind: distro package or installed from source

***

Cheers,

Colin



Re: Frescobaldi 4.0.0 has been released!

2025-03-30 Thread J. G. Stalnaker
This is fantastic news. My most heartfelt appreciation and thanks to all of
the people who have stepped into the breach for those of us who use this
terrific application (which in my opinion is simply one of the best
applications I have used - perfectly fitted for its purpose).

Best regards!

--

"There is only love, and then oblivion. Love is all we have to set against
hatred." (paraphrased) Ian McEwan


On Sun, Mar 30, 2025 at 2:39 AM Federico Bruni  wrote:

> Hey folks
>
> The new release is finally out:
> https://github.com/frescobaldi/frescobaldi/releases/tag/v4.0.0
>
> Building the macOS app took quite some time, but now we have an easy
> way to build Windows and macOS packages.
>
> If you have any problem please check the open issues before creating a
> new one:
> https://github.com/frescobaldi/frescobaldi/issues
>
>
> Federico
>
>
>
>
>


Re: Frescobaldi 4.0.0 has been released!

2025-03-30 Thread Knute Snortum
On Sun, Mar 30, 2025 at 9:57 AM m...@qata.de  wrote:

>
>
>
> >Wonderful news! How can I install 4.0 on Linux/Ubuntu?
>
> Either wait for your distribution to update or check out from git and
> compile yourself.


Or even without compiling, cd to the git repository directory and type:

python3 -m frescobaldi


--
Knute Snortum


Re: Frescobaldi 4.0.0 has been released!

2025-03-30 Thread m...@qata.de




>Wonderful news! How can I install 4.0 on Linux/Ubuntu?

Either wait for your distribution to update or check out from git and compile 
yourself.

-- Von /e/OS E-Mail gesendet.



Re: Frescobaldi 4.0.0 has been released!

2025-03-30 Thread Ralph Palmer
On Sun, Mar 30, 2025 at 12:39 AM Federico Bruni  wrote:

> Hey folks
>
> The new release is finally out:
> https://github.com/frescobaldi/frescobaldi/releases/tag/v4.0.0
>
> Building the macOS app took quite some time, but now we have an easy
> way to build Windows and macOS packages.
>
> If you have any problem please check the open issues before creating a
> new one:
> https://github.com/frescobaldi/frescobaldi/issues
>
>
> Federico


Wonderful news! How can I install 4.0 on Linux/Ubuntu?

All the best,

Ralph

__
Ralph Palmer
Seattle
USA
(he, him, his)
palmer.r.vio...@gmail.com


Re: Frescobaldi 4.0.0 has been released!

2025-03-30 Thread Fr. Samuel Springuel
Will the MacPorts port for Frescobaldi be updated to the new version?

✝✝
Fr. Samuel, OSB
(R. Padraic Springuel)
St. Anselm’s Abbey
4501 South Dakota Ave, NE
Washington, DC, 20017
202-269-2300
(c) 202-853-7036

PAX ☧ ΧΡΙΣΤΟΣ

> On Mar 30, 2025, at 10:57 AM,   
> wrote:
> 
> Auke,
>  Thank you.
>  Mark
>  From: Partitura Organum  
> Sent: Sunday, March 30, 2025 7:28 AM
> To: carsonm...@ca.rr.com; 'Federico Bruni' ; 
> 'lilypond-user' 
> Subject: RE: Frescobaldi 4.0.0 has been released!
>   The windows installer is the file with the name Frescobaldi-4.0.0.msi
> Installs without problem on my windows machine and works like a charm.
>  Regards,
> Auke
>  Op 30 maart 2025 16:14:27 schreef :
>  
>> 
>> Frederico,
>>  Is this release only for Macs?
>> If also for Windows which of the files is the installer?
>> Thank you.
>>  Mark
>>  -Original Message-
>> From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org
>>  On Behalf Of Federico
>> Bruni
>> Sent: Sunday, March 30, 2025 12:38 AM
>> To: lilypond-user 
>> Subject: Frescobaldi 4.0.0 has been released!
>>  Hey folks
>>  The new release is finally out:
>> https://github.com/frescobaldi/frescobaldi/releases/tag/v4.0.0
>>  Building the macOS app took quite some time, but now we have an easy way to
>> build Windows and macOS packages.
>>  If you have any problem please check the open issues before creating a new
>> one:
>> https://github.com/frescobaldi/frescobaldi/issues
>>   Federico





RE: Frescobaldi 4.0.0 has been released!

2025-03-30 Thread m...@qata.de
The file with the extension msi

Am 30. März 2025 16:13:42 MESZ schrieb carsonm...@ca.rr.com:
>Frederico,
>
>Is this release only for Macs?
>If also for Windows which of the files is the installer?
>Thank you.
>
>Mark
>
>-Original Message-
>From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org
> On Behalf Of Federico
>Bruni
>Sent: Sunday, March 30, 2025 12:38 AM
>To: lilypond-user 
>Subject: Frescobaldi 4.0.0 has been released!
>
>Hey folks
>
>The new release is finally out:
>https://github.com/frescobaldi/frescobaldi/releases/tag/v4.0.0
>
>Building the macOS app took quite some time, but now we have an easy way to
>build Windows and macOS packages.
>
>If you have any problem please check the open issues before creating a new
>one:
>https://github.com/frescobaldi/frescobaldi/issues
>
>
>Federico
>
>
>
>
>

-- Von /e/OS E-Mail gesendet.

RE: Frescobaldi 4.0.0 has been released!

2025-03-30 Thread Partitura Organum


The windows installer is the file with the name Frescobaldi-4.0.0.msi
Installs without problem on my windows machine and works like a charm.

Regards,
Auke

Op 30 maart 2025 16:14:27 schreef :


Frederico,

Is this release only for Macs?
If also for Windows which of the files is the installer?
Thank you.

Mark

-Original Message-
From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org
 On Behalf Of Federico
Bruni
Sent: Sunday, March 30, 2025 12:38 AM
To: lilypond-user 
Subject: Frescobaldi 4.0.0 has been released!

Hey folks

The new release is finally out:
https://github.com/frescobaldi/frescobaldi/releases/tag/v4.0.0

Building the macOS app took quite some time, but now we have an easy way to
build Windows and macOS packages.

If you have any problem please check the open issues before creating a new
one:
https://github.com/frescobaldi/frescobaldi/issues


Federico




RE: Frescobaldi 4.0.0 has been released!

2025-03-30 Thread carsonmark
Thank you.

 

Mark

 

From: m...@qata.de  
Sent: Sunday, March 30, 2025 7:32 AM
To: lilypond-user@gnu.org; carsonm...@ca.rr.com; 'Federico Bruni' 
; 'lilypond-user' 
Subject: RE: Frescobaldi 4.0.0 has been released!

 

The file with the extension msi

 

Am 30. März 2025 16:13:42 MESZ schrieb carsonm...@ca.rr.com 
<mailto:carsonm...@ca.rr.com> :

Frederico,

Is this release only for Macs?
If also for Windows which of the files is the installer?
Thank you.

Mark

-Original Message-
From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org 
<mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org> 
mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org> > On Behalf Of 
Federico
Bruni
Sent: Sunday, March 30, 2025 12:38 AM
To: lilypond-user mailto:lilypond-user@gnu.org> >
Subject: Frescobaldi 4.0.0 has been released!

Hey folks

The new release is finally out:
https://github.com/frescobaldi/frescobaldi/releases/tag/v4.0.0

Building the macOS app took quite some time, but now we have an easy way to
build Windows and macOS packages.

If you have any problem please check the open issues before creating a new
one:
https://github.com/frescobaldi/frescobaldi/issues


Federico






-- Von /e/OS E-Mail gesendet.



RE: Frescobaldi 4.0.0 has been released!

2025-03-30 Thread carsonmark
Auke,

 

Thank you.

 

Mark

 

From: Partitura Organum  
Sent: Sunday, March 30, 2025 7:28 AM
To: carsonm...@ca.rr.com; 'Federico Bruni' ;
'lilypond-user' 
Subject: RE: Frescobaldi 4.0.0 has been released!

 

 

The windows installer is the file with the name Frescobaldi-4.0.0.msi

Installs without problem on my windows machine and works like a charm.

 

Regards,

Auke

 

Op 30 maart 2025 16:14:27 schreef mailto:carsonm...@ca.rr.com> >:

 

Frederico,

 

Is this release only for Macs?

If also for Windows which of the files is the installer?

Thank you.

 

Mark

 

-Original Message-

From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org
<mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org> 

mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org> > On Behalf Of
Federico

Bruni

Sent: Sunday, March 30, 2025 12:38 AM

To: lilypond-user mailto:lilypond-user@gnu.org> >

Subject: Frescobaldi 4.0.0 has been released!

 

Hey folks

 

The new release is finally out:

https://github.com/frescobaldi/frescobaldi/releases/tag/v4.0.0

 

Building the macOS app took quite some time, but now we have an easy way to

build Windows and macOS packages.

 

If you have any problem please check the open issues before creating a new

one:

https://github.com/frescobaldi/frescobaldi/issues

 

 

Federico

 



Re: Frescobaldi 4.0.0 has been released!

2025-03-30 Thread Thomas Scharkowski
Hi all,

I just installed Frescobaldi 4.0.0 on my Mac M1 macOS 15.3.2 and noticed I get 
no Midi sound (with SimplySynth).

Without changing any settings sound does work with Frescobaldi 3.3.0. I 
reinstalled.
Anything I overlooked?

Thanks

Thomas 
> 
> 
> Building the macOS app took quite some time, but now we have an easy way to 
> build Windows and macOS packages.
> 
> If you have any problem please check the open issues before creating a new 
> one:
> https://github.com/frescobaldi/frescobaldi/issues
> 
> 
> Federico
> 
> 
> 
> 




Re: Frescobaldi 4.0.0 has been released!

2025-03-30 Thread Jinsong Zhao


On 2025/3/30 22:13, carsonm...@ca.rr.com wrote:

Frederico,

Is this release only for Macs?
If also for Windows which of the files is the installer?


Frescobaldi-4.0.0.msi 
<https://github.com/frescobaldi/frescobaldi/releases/download/v4.0.0/Frescobaldi-4.0.0.msi>is 
the installer for Windows.



Thank you.

Mark

-Original Message-
From:lilypond-user-bounces+carsonmark=ca.rr@gnu.org
 On Behalf Of Federico
Bruni
Sent: Sunday, March 30, 2025 12:38 AM
To: lilypond-user
Subject: Frescobaldi 4.0.0 has been released!

Hey folks

The new release is finally out:
https://github.com/frescobaldi/frescobaldi/releases/tag/v4.0.0

Building the macOS app took quite some time, but now we have an easy way to
build Windows and macOS packages.

If you have any problem please check the open issues before creating a new
one:
https://github.com/frescobaldi/frescobaldi/issues


Federico





RE: Frescobaldi 4.0.0 has been released!

2025-03-30 Thread carsonmark
Frederico,

Is this release only for Macs?
If also for Windows which of the files is the installer?
Thank you.

Mark

-Original Message-
From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org
 On Behalf Of Federico
Bruni
Sent: Sunday, March 30, 2025 12:38 AM
To: lilypond-user 
Subject: Frescobaldi 4.0.0 has been released!

Hey folks

The new release is finally out:
https://github.com/frescobaldi/frescobaldi/releases/tag/v4.0.0

Building the macOS app took quite some time, but now we have an easy way to
build Windows and macOS packages.

If you have any problem please check the open issues before creating a new
one:
https://github.com/frescobaldi/frescobaldi/issues


Federico







Re: Frescobaldi 4.0.0 has been released!

2025-03-30 Thread Ben Tordoff
That is brilliant news. I’ve come to rely on Frescobaldi (on Mac) more and more 
and the future of the project didn’t always look certain. Thank you to everyone 
who has helped to keep the project alive and get this new release out.

Ben

> On 30 Mar 2025, at 08:39, Federico Bruni  wrote:
> 
> Hey folks
> 
> The new release is finally out:
> https://github.com/frescobaldi/frescobaldi/releases/tag/v4.0.0
> 
> Building the macOS app took quite some time, but now we have an easy way to 
> build Windows and macOS packages.
> 
> If you have any problem please check the open issues before creating a new 
> one:
> https://github.com/frescobaldi/frescobaldi/issues
> 
> 
> Federico
> 
> 
> 
> 



Frescobaldi 4.0.0 has been released!

2025-03-30 Thread Federico Bruni

Hey folks

The new release is finally out:
https://github.com/frescobaldi/frescobaldi/releases/tag/v4.0.0

Building the macOS app took quite some time, but now we have an easy 
way to build Windows and macOS packages.


If you have any problem please check the open issues before creating a 
new one:

https://github.com/frescobaldi/frescobaldi/issues


Federico