Search/Replace in Frescobaldi

2021-08-17 Thread tim
rrences of a particular string from my source code with Frescobaldi? -- Tim Slattery t...@risingdove.com

Fix submitted for Frescobaldi #1379

2021-07-24 Thread Aaron Hill
/frescobaldi/frescobaldi/pull/1382 -- Aaron Hill

Re: Can I make Lilypond/frescobaldi only put music scores on one single page without it breaking the score up into more pages?

2021-06-20 Thread Павел
And If your notes do not fit on one page, but you still want to fit, then you can reduce the font size: #(set-global-staff-size 15 ) 20.06.2021 19:54, darki...@jesusgod-pope666.info пишет: I would like that it did not, at least if the score can be on 1 paper, did not break it up, yet rather

Re: Can I make Lilypond/frescobaldi only put music scores on one single page without it breaking the score up into more pages?

2021-06-20 Thread Павел
Perhaps this is what you need: \paper { page-count = 1 } 20.06.2021 19:54, darki...@jesusgod-pope666.info пишет: I would like that it did not, at least if the score can be on 1 paper, did not break it up, yet rather made some empty space, I might later fill up with some text of whatever kind

Can I make Lilypond/frescobaldi only put music scores on one single page without it breaking the score up into more pages?

2021-06-20 Thread darkijah
I would like that it did not, at least if the score can be on 1 paper, did not break it up, yet rather made some empty space, I might later fill up with some text of whatever kind to fill the gap. It is kinda annoying playing a piece and then need to flip the page in the middle of it.

Anyone knows how I can get a name on the Midi sound beside name of document-123456 in Frescobaldi?

2021-06-02 Thread darkijah
I am having 10 midi files now activated, but they don't have the name of the song or anything - so it is rather hard to figure out which is which. I am working in Frescobaldi and have the drop down window with the midi files. Is there an easy way that one can name the files so I can easily find

Re: (Darkijah) Hi all, I have not left you! ;) Anyone knows how to name a midi file in Frescobaldi? And the Germans have a forum?

2021-06-02 Thread darkijah
Apparently I send the emails to the wrong subject, sorry about that... I am not good with these email things. :/ - Darkijah

Re: (Darkijah) Hi all, I have not left you! ;) Anyone knows how to name a midi file in Frescobaldi? And the Germans have a forum?

2021-05-31 Thread darkijah
how I do this +1 semitone and -1 semitone in Frescobaldi, I have 2 other application one which I am primary using to do it - but it is a lot of extra work. There is this Model transposing and other options, but still struggling with it to figure it out. I can transpose I guess it is called

Re: (Darkijah) Hi all, I have not left you! ;) Anyone knows how to name a midi file in Frescobaldi? And the Germans have a forum?

2021-05-31 Thread darkijah
Here is the link for the Color thing, by the way if anyone is interested :) https://lsr.di.unimi.it/LSR/Search?q=italic=20=10 Dearly regards - Darkijah loving lilypond!

Re: (Darkijah) Hi all, I have not left you! ;) Anyone knows how to name a midi file in Frescobaldi? And the Germans have a forum?

2021-05-31 Thread darkijah
Oh forgot there was a script attach to the other ly file - here is the color file for the note heads. Dearly regards Darkijah\version "2.22.1" \language "english" % Color %{Jehovah's Rainbow to recall the destruction of the world wide flood, Notes with Colors for Learners depending on Pitch or

Re: Frescobaldi and python-poppler-qt5 build failure

2021-02-23 Thread Andrew Bernard
I know - that was a slip of the wrist (or mind) in an email sent without due care. I meant Frescobaldi of course. Andrew On Wed, 24 Feb 2021 at 00:10, Jonas Hahnfeld wrote: > Note that Frescobaldi != LilyPond, and the latter is provided via the > official community repository.

Re: Frescobaldi and python-poppler-qt5 build failure

2021-02-23 Thread Jonas Hahnfeld via LilyPond user discussion
Am Dienstag, dem 23.02.2021 um 23:56 +1100 schrieb Andrew Bernard: > Anybody? > > Is Arch Linux to become an orphan for Lilypond? Note that Frescobaldi != LilyPond, and the latter is provided via the official community repository. Frescobaldi works for me (on Arch Linux), maybe I

Re: Frescobaldi and python-poppler-qt5 build failure

2021-02-23 Thread Andrew Bernard
gt; using Frescobaldi on Arch Linux. > According to the github page this project is actively maintained, but > is there anybody currently looking at issues?

Frescobaldi and python-poppler-qt5 build failure

2021-02-21 Thread Andrew Bernard
Issue #43 stops python-poppler-qt5 being built, and prevents me from using Frescobaldi on Arch Linux. According to the github page this project is actively maintained, but is there anybody currently looking at issues? https://github.com/frescobaldi/python-poppler-qt5/issues It would be great

Re: Frescobaldi 3.1.3 and landscape music

2021-02-12 Thread David Wright
On Fri 12 Feb 2021 at 08:41:15 (-0500), t...@risingdove.com wrote: > On 11 Feb 2021 at 13:27, Aaron Hill wrote: > > Are you using > >#(set-default-paper-size "a6" 'landscape) > > or > >#(set-default-paper-size "a6landscape") > I was using > #(set-default-paper-size "letter" 'landscape) > I

Re: Frescobaldi 3.1.3 and landscape music

2021-02-12 Thread Valentin Petzel
Adding the 'landscape symbol to the paper size will not swap the page dimensions, but it will just rotate the print. Thus any PDF-viewer will display the score in portrait. If you want the dimensions to be swapped, use #(set-paper-size „a4landscape”) instead. Cheers, Valentin signature.asc

Re: Frescobaldi 3.1.3 and landscape music

2021-02-12 Thread tim
On 11 Feb 2021 at 13:27, Aaron Hill wrote: > Are you using > >#(set-default-paper-size "a6" 'landscape) > > or > >#(set-default-paper-size "a6landscape") I was using #(set-default-paper-size "letter" 'landscape) I changed iti to #(set-default-paper-size "letterlandscape") and it

Re: Frescobaldi 3.1.3 and landscape music

2021-02-11 Thread David Wright
On Thu 11 Feb 2021 at 15:53:54 (-0500), t...@risingdove.com wrote: > I just updated Lilypond to version 2.22.0 and Frescobaldi to version 3.1.3. I > brought up a > piece that's engraved in landscape orientation. Frescobaldi and Lilypond work > fine, the piece > is engraved --

Re: Frescobaldi 3.1.3 and landscape music

2021-02-11 Thread Aaron Hill
On 2021-02-11 12:53 pm, t...@risingdove.com wrote: I just updated Lilypond to version 2.22.0 and Frescobaldi to version 3.1.3. I brought up a piece that's engraved in landscape orientation. Frescobaldi and Lilypond work fine, the piece is engraved -- but Frescobaldi displays it in portrait

Frescobaldi 3.1.3 and landscape music

2021-02-11 Thread tim
I just updated Lilypond to version 2.22.0 and Frescobaldi to version 3.1.3. I brought up a piece that's engraved in landscape orientation. Frescobaldi and Lilypond work fine, the piece is engraved -- but Frescobaldi displays it in portrait orientation, so it appears on its side! When I use

Frescobaldi and Lilypond on Apple Silicon

2021-01-12 Thread Jan-Peter Voigt
Hi list, at the beginning of this year, I received a MacBookPro with Apple Silicon. Have any of you used Lilypond and Frescobaldi successfully on this hardware? A preview version of Docker is running on the machine and with an ARM Ubuntu it is indeed possible to start an ARM Lilypond. I will test

Re: ANN: Frescobaldi 3.1.3

2021-01-07 Thread Damian leGassick
> Despite my best efforts and decades of experience with UNIX, I am > utterly unable to get Frescobaldi document view working on current > Arch Linux. The python-poppler-qt5 refuse to build with complex > dependencies on sip that are beyond my ken. I am just alerting you to > th

Re: ANN: Frescobaldi 3.1.3

2021-01-06 Thread Andrew Bernard
Hello Wilbert, Thanks for the updated version. Despite my best efforts and decades of experience with UNIX, I am utterly unable to get Frescobaldi document view working on current Arch Linux. The python-poppler-qt5 refuse to build with complex dependencies on sip that are beyond my ken. I am

Re: ANN: Frescobaldi 3.1.3

2021-01-06 Thread Fr . Samuel Springuel
> On 5 Jan, 2021, at 5:22 PM, Davide Liessi wrote: > > If you are running macOS 11, I would be grateful if you could test the > application and report the results. I can confirm that basic operations seem to work. Will report back as I use further. ✝✝ Fr. Samuel, OSB

Re: Frescobaldi on Arch Linux

2021-01-06 Thread Luca Rossetto Casel
rebuiliding the python-poppler-qt5 package, a suggested in a comment in https://aur.archlinux.org/packages/frescobaldi. I hope this can help! Happy new year, Luca Andrew On Sat, 26 Dec 2020 at 21:44, damianlegassick wrote: if it helps... poppler, poppler-glib and poppler-qt5 here are all

Re: Frescobaldi on Arch Linux

2021-01-05 Thread Andrew Bernard
I see the same exact versions, but no PDF output displayed in the music view. Have not had this before. So the question is, how o troubleshoot this, having checked for versionitis? Andrew On Sat, 26 Dec 2020 at 21:44, damianlegassick wrote: > if it helps... > > poppler, poppler-glib and

Re: ANN: Frescobaldi 3.1.3

2021-01-05 Thread Davide Liessi
Dear friends, Il giorno sab 26 dic 2020 alle ore 14:08 Wilbert Berendsen ha scritto: > The source tarball is uploaded, packaged releases will probably follow > soon. the prebuilt application bundle for macOS can be found at https://github.com/frescobaldi/frescobaldi/releases It shou

Re: [Frescobaldi] ANN: Frescobaldi 3.1.3

2020-12-30 Thread Federico Bruni
Il giorno sab, dic 26 2020 at 14:07:37 +0100, Wilbert Berendsen ha scritto: Dear friends, I'm happy to announce the availability of Frescobaldi 3.1.3, a bugfix release, with bugfixes, updated translations and a small new feature: a Clear button to empty the Music View. I've just

Re: [Frescobaldi] ANN: Frescobaldi 3.1.3

2020-12-26 Thread Freeman Gilmore
On Sat, Dec 26, 2020 at 8:07 AM Wilbert Berendsen wrote: > Dear friends, > > I'm happy to announce the availability of Frescobaldi 3.1.3, a bugfix > release, with bugfixes, updated translations and > a small [BIG] new feature: a > Clear button to empty the Music Vie

Re: ANN: Frescobaldi 3.1.3

2020-12-26 Thread Ralph Palmer
On Sat, Dec 26, 2020 at 8:09 AM Wilbert Berendsen wrote: > I'm happy to announce the availability of Frescobaldi 3.1.3, a bugfix > release, with bugfixes, updated translations and a small new feature: a > Clear button to empty the Music View. > > Merry Christmas! > Ma

Re: ANN: Frescobaldi 3.1.3

2020-12-26 Thread Martín Rincón Botero
Awesome! I hope you had a nice Christmas and I wish you a happy new year. www.martinrinconbotero.com On 26. Dec 2020, 14:09 +0100, Wilbert Berendsen , wrote: > Dear friends, > > I'm happy to announce the availability of Frescobaldi 3.1.3, a bugfix > release, with bugfixes, updated

Re: [Frescobaldi] ANN: Frescobaldi 3.1.3

2020-12-26 Thread Stanton Sanderson
he availability of Frescobaldi 3.1.3, a bugfix > release, with bugfixes, updated translations and a small new feature: a > Clear button to empty the Music View. > > Thanks again Davide for your share of Mac OS X fixes! > > The source tarball is uploaded, packaged releases will probably f

ANN: Frescobaldi 3.1.3

2020-12-26 Thread Wilbert Berendsen
Dear friends, I'm happy to announce the availability of Frescobaldi 3.1.3, a bugfix release, with bugfixes, updated translations and a small new feature: a Clear button to empty the Music View. Thanks again Davide for your share of Mac OS X fixes! The source tarball is uploaded, packaged

Re: Frescobaldi on Arch Linux

2020-12-26 Thread damianlegassick
Something to do with poppler? if it helps... poppler, poppler-glib and poppler-qt5 here are all 20.12.1-1 python-poppler-qt5 is 0.75.0-4 from AUR  

Re: Frescobaldi on Arch Linux

2020-12-25 Thread Damian leGassick
> Something to do with poppler? > Also, I don't understand the ultra-cryptic post 'qt5'. What are you > saying to do? > >> sorry! just adding that Frescobaldi builds fine with qt5 as a clean install. Damian

Re: Frescobaldi on Arch Linux

2020-12-24 Thread Andrew Bernard
I did this: yay -S frescobaldi after cleaning out all old python code for F. F runs, but does not draw the music output. The PDF does get created correctly. What am I missing? Are there other dependencies that yay does not pull in? Something to do with poppler? Also, I don't understand

Re: Frescobaldi on Arch Linux

2020-12-24 Thread Jonas Hahnfeld
Am Donnerstag, dem 24.12.2020 um 22:29 +1100 schrieb Andrew Bernard: > Has anybody got Frescobaldi running on Arch Linux lately? > > I am not really sure, but I think Arch has moved all to Qt5, whereas > Frescobaldi seems to depend on Qt4. I may be wrong about this, but it > s

Re: Frescobaldi on Arch Linux

2020-12-24 Thread damianlegassick
qt5 On 24 December 2020 at 11:51, damianlegassick wrote: Hi I just did a clean build from the AUR repo and it works fine (Gnome). Damian On 24 December 2020 at 11:31, Andrew Bernard wrote: Has anybody got Frescobaldi running on Arch Linux lately? I am not really sure, but I think Arch

Re: Frescobaldi on Arch Linux

2020-12-24 Thread damianlegassick
Hi I just did a clean build from the AUR repo and it works fine (Gnome). Damian On 24 December 2020 at 11:31, Andrew Bernard wrote: Has anybody got Frescobaldi running on Arch Linux lately? I am not really sure, but I think Arch has moved all to Qt5, whereas Frescobaldi seems to depend

Frescobaldi on Arch Linux

2020-12-24 Thread Andrew Bernard
Has anybody got Frescobaldi running on Arch Linux lately? I am not really sure, but I think Arch has moved all to Qt5, whereas Frescobaldi seems to depend on Qt4. I may be wrong about this, but it suddenly stopped working after a recent upgrade (not sure which one as I have not fired up

Re: Frescobaldi+LilyPond flatpak package now available

2020-11-23 Thread J Martin Rushton
OS amended. Sorry On 05/11/2020 21:47, J Martin Rushton wrote: Hi Federico, I welcome this since I've been having problems with Frescobaldi under both CentOS 7 and 8 for a while. I followed the setup guide on the host CentOS 7 machine and downloaded the flathub repository file.  First

Re: Frescobaldi+LilyPond flatpak package now available

2020-11-13 Thread J Martin Rushton
Hi all, Latest news on running F/L on a VM. Everything except the MIDI worked fine on both CentOS 8 and Fedora. Unfortunately using QEMU/KVM gives me only a basic audio card which works fine for things like YouTube, but silently ignores the MIDI stream. CentOS 7 has just had a point

Re: Frescobaldi+LilyPond flatpak package now available

2020-11-06 Thread J Martin Rushton
Hi Federico Inline On 06/11/2020 21:06, Federico Bruni wrote: Il giorno ven 6 nov 2020 alle 16:29, J Martin Rushton ha scritto: Now running as myself: $ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo $ flatpak remotes Name    Options flathub system

Re: Frescobaldi+LilyPond flatpak package now available

2020-11-06 Thread Federico Bruni
Il giorno ven 6 nov 2020 alle 16:29, J Martin Rushton ha scritto: Now running as myself: $ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo $ flatpak remotes NameOptions flathub system $ flatpak install flathub org.frescobaldi.Frescobaldi Required

Re: Frescobaldi+LilyPond flatpak package now available

2020-11-06 Thread J Martin Rushton
Hi Federico Some good news at last! I've got it running on the C8 VM :-) The remote-add command needed authentication to install, and the actual installation asked for my password twice for every file! Normally that means that it has installed as root (using sudo). Now all I need to do is

Re: Frescobaldi+LilyPond flatpak package now available

2020-11-06 Thread J Martin Rushton
Hi Federico I first looked at a yum remove flatpak, but the dependencies were such that I abandoned that idea! I then ran (as root): # flatpak list Ref Options org.frescobaldi.Frescobaldi/x86_64/stable system,current

Re: Frescobaldi+LilyPond flatpak package now available

2020-11-06 Thread Federico Bruni
Il giorno ven 6 nov 2020 alle 12:02, J Martin Rushton ha scritto: I just followed links: https://flathub.org/apps/details/org.frescobaldi.Frescobaldi -> https://flatpak.org/setup/ -> https://flatpak.org/setup/CentOS/ Following up to my "wipe all" suggestion. I read on Fedora setup here:

Re: Frescobaldi+LilyPond flatpak package now available

2020-11-06 Thread Federico Bruni
Il giorno ven 6 nov 2020 alle 15:13, J Martin Rushton ha scritto: Hi Federico, Update 2. I noticed that there is a /root/.var directory so created $HOME/.var, still no luck. Yes, this was created when you launched Frescobaldi as root. ~/.var (or /root/.var in case of root) is where

Re: Frescobaldi+LilyPond flatpak package now available

2020-11-06 Thread J Martin Rushton
systems, but gnome is available from the login page so all resources should be there. Many thans and kind regards, Martin Il giorno gio 5 nov 2020 alle 21:47, J Martin Rushton ha scritto: Hi Federico, I welcome this since I've been having problems with Frescobaldi under both CentOS 7 and 8 for a

Re: Frescobaldi+LilyPond flatpak package now available

2020-11-06 Thread J Martin Rushton
ds, Martin Il giorno gio 5 nov 2020 alle 21:47, J Martin Rushton ha scritto: Hi Federico, I welcome this since I've been having problems with Frescobaldi under both CentOS 7 and 8 for a while. I followed the setup guide on the host CentOS8 machine and downloaded the flathub repository file. 

Re: Frescobaldi+LilyPond flatpak package now available

2020-11-06 Thread J Martin Rushton
resources should be there. Many thans and kind regards, Martin Il giorno gio 5 nov 2020 alle 21:47, J Martin Rushton ha scritto: Hi Federico, I welcome this since I've been having problems with Frescobaldi under both CentOS 7 and 8 for a while. I followed the setup guide on the host

Re: Frescobaldi+LilyPond flatpak package now available

2020-11-05 Thread Federico Bruni
application installed from that repository will be installed at user level and available only to that user; otherwise the default is system level. Il giorno gio 5 nov 2020 alle 21:47, J Martin Rushton ha scritto: Hi Federico, I welcome this since I've been having problems with Frescobaldi

Re: Frescobaldi+LilyPond flatpak package now available

2020-11-05 Thread J Martin Rushton
Hi Federico, I welcome this since I've been having problems with Frescobaldi under both CentOS 7 and 8 for a while. I followed the setup guide on the host CentOS8 machine and downloaded the flathub repository file. First problem: I had to be root to install it - I thought flatpak was meant

Frescobaldi+LilyPond flatpak package now available

2020-11-05 Thread Federico Bruni
Hi folks I'm happy to announce that Frescobaldi is now available for Linux users also as flatpak on Flathub: <https://flathub.org/apps/details/org.frescobaldi.Frescobaldi> Advantages: - LilyPond is bundled, so it's a very simple installation. - All runtime dependencies are included. - S

Re: 2.21.3 and Frescobaldi and documentation

2020-07-23 Thread Phil Holmes
Something went wrong with the build. It should be corrected fairly soon. -- Phil Holmes - Original Message - From: N. Andrew Walsh To: Urs Liska Cc: lilypond-user Sent: Thursday, July 23, 2020 11:14 AM Subject: Re: 2.21.3 and Frescobaldi and documentation Hi List

Re: 2.21.3 and Frescobaldi and documentation

2020-07-23 Thread N. Andrew Walsh
Hi List, I also notice that the HTML interface for the Notation Reference (here: http://lilypond.org/doc/v2.21/Documentation/notation/index.html) seems almost completely broken. It's no longer split-column, and the layout is extremely … text-y. Did something go wrong with the website? Cheers, A

Re: After directory rename, Frescobaldi doesn't show PDF

2020-07-19 Thread Davide Liessi
Il giorno lun 6 lug 2020 alle ore 02:23 Davide Liessi ha scritto: > It should be solved in current master and v3.1.x branches. > The fix will appear in future Frescobaldi 3.1.3. In case you are interested, I also opened a PR to update MacPorts' frescobaldi-devel to current v3.1.x.

Problem with Lily 2.20 and Frescobaldi 4.1- Win10 64 bit

2020-07-19 Thread Cantus Ornatus
Hi, I have upgraded both software, and I noticed first that LilyPond did not compile any file, but I had only the Frescobaldi preview. I re-installed both programmes, and LilyPond gave me the error message that LIBFONTCONFIG-1.DLL and LIBFREETYPE-6.DLL were missing. I upgraded both DLL

Re: 2.21.3 and Frescobaldi and documentation

2020-07-15 Thread Urs Liska
Am 15. Juli 2020 22:01:12 MESZ schrieb Wilbert Berendsen : >Op Wed, 15 Jul 2020 08:12:05 +0200 >Urs Liska schreef: > >> >[Is there an active Frescobaldi forum any more?] >> >> Not really. Thst would be lilypond-user, I guess. > >There is a mailing lis

Re: 2.21.3 and Frescobaldi and documentation

2020-07-15 Thread Wilbert Berendsen
Op Wed, 15 Jul 2020 08:12:05 +0200 Urs Liska schreef: > >[Is there an active Frescobaldi forum any more?] > > Not really. Thst would be lilypond-user, I guess. There is a mailing list at http://groups.google.com/group/frescobaldi Best! Wilbert -- Wilbert Berendsen (www.wilbertberendsen.nl)

Re: 2.21.3 and Frescobaldi and documentation

2020-07-15 Thread Urs Liska
Am 15. Juli 2020 07:34:52 MESZ schrieb Andrew Bernard : >With the new 2.21.3 release, I unpacked the documentation in the >normal place. Here: > >/home/acb/lilypond/usr/share/doc/lilypond > >Where /home/acb is my home directory. > >Now Frescobaldi says 'Your file was n

2.21.3 and Frescobaldi and documentation

2020-07-14 Thread Andrew Bernard
With the new 2.21.3 release, I unpacked the documentation in the normal place. Here: /home/acb/lilypond/usr/share/doc/lilypond Where /home/acb is my home directory. Now Frescobaldi says 'Your file was not found'. Has something changed? This worked fine up to an including 2.21.2. Andrew

Re: After directory rename, Frescobaldi doesn't show PDF

2020-07-05 Thread David F.
On Jul 5, 2020, at 6:23 PM, Davide Liessi wrote: > Il giorno ven 3 lug 2020 alle ore 23:48 David F. ha scritto: >> Frescobaldi is having problems with file paths that have question marks and >> accented characters. > > It should be solved in current master and v3.1.

Re: After directory rename, Frescobaldi doesn't show PDF

2020-07-05 Thread Davide Liessi
Il giorno ven 3 lug 2020 alle ore 23:48 David F. ha scritto: > Frescobaldi is having problems with file paths that have question marks and > accented characters. It should be solved in current master and v3.1.x branches. The fix will appear in future Frescobaldi 3.1.3. Best wishes. Davide

Re: After directory rename, Frescobaldi doesn't show PDF

2020-07-03 Thread Urs Liska
Am 4. Juli 2020 00:18:15 MESZ schrieb Davide Liessi : >Dear David, > >Il giorno ven 3 lug 2020 alle ore 23:48 David F. ha >scritto: >> Frescobaldi is having problems with file paths that have question >marks and accented characters. > >tomorrow I'll test and get bac

Re: After directory rename, Frescobaldi doesn't show PDF

2020-07-03 Thread David F.
On Jul 3, 2020, at 4:18 PM, Davide Liessi wrote: > Dear David, > > Il giorno ven 3 lug 2020 alle ore 23:48 David F. ha scritto: >> Frescobaldi is having problems with file paths that have question marks and >> accented characters. > > tomorrow I'

Re: After directory rename, Frescobaldi doesn't show PDF

2020-07-03 Thread Davide Liessi
Dear David, Il giorno ven 3 lug 2020 alle ore 23:48 David F. ha scritto: > Frescobaldi is having problems with file paths that have question marks and > accented characters. tomorrow I'll test and get back to you. > This problem is not present in Frescobaldi 2.20. This is interesti

Re: After directory rename, Frescobaldi doesn't show PDF

2020-07-03 Thread David F.
On Jul 3, 2020, at 3:18 PM, David F. wrote: > macOS 10.14.6 > Frescobaldi 3.1.2 > > I was working on a song in Frescobaldi. After renaming the directory that > the song is in Frescobaldi no longer shows the PDF for the song after > engraving. > > Does Frescobald

After directory rename, Frescobaldi doesn't show PDF

2020-07-03 Thread David F.
macOS 10.14.6 Frescobaldi 3.1.2 I was working on a song in Frescobaldi. After renaming the directory that the song is in Frescobaldi no longer shows the PDF for the song after engraving. Does Frescobaldi keep track of what PDF file belongs to what input file? Can that information be flushed

Re: PDF not shown in Frescobaldi

2020-06-16 Thread Federico Bruni
On Tue, 16 Jun, 2020 at 14:54, Noeck wrote: Am 16.06.20 um 14:13 schrieb Federico Bruni: IMO Frescobaldi package should not have lilypond as dependency To be more precise: frescobaldi "recommends" and "enhances" lilypond. But with default apt settings that means, in

Re: PDF not shown in Frescobaldi

2020-06-16 Thread Noeck
Am 16.06.20 um 14:13 schrieb Federico Bruni: > IMO Frescobaldi package should not have lilypond as dependency To be more precise: frescobaldi "recommends" and "enhances" lilypond. But with default apt settings that means, installing frescobaldi will install lilypond, too. Joram

Re: PDF not shown in Frescobaldi

2020-06-16 Thread Federico Bruni
On Tue, 16 Jun, 2020 at 13:02, Noeck wrote: By the way, one of several reasons to my own Frescobaldi was that the version from the package repository depends on lilypond which depends on python2 as the only application on my system. (I know, I could instruct apt to ignore it and the lilypond

Re: PDF not shown in Frescobaldi

2020-06-16 Thread Noeck
> That sounds very reasonable, given the massive Qt changes we had since > 2015. As a service to everyone you might get in touch with the Ubuntu > package maintainers (both python3-poppler-qt and frescobaldi, if > they're different), file a bug and tell them that the packages mu

Re: PDF not shown in Frescobaldi

2020-06-16 Thread Urs Liska
Am Dienstag, den 16.06.2020, 10:31 +0200 schrieb Noeck: > > Well, the *package* is not by Wilbert, which may be the problem. > > The > > issue is that the package has to be built against exactly the > > correct > > Qt/SIP version used in th

Re: PDF not shown in Frescobaldi

2020-06-16 Thread Noeck
> Well, the *package* is not by Wilbert, which may be the problem. The > issue is that the package has to be built against exactly the correct > Qt/SIP version used in the OS and Frescobaldi. It seems that this is an > issue that occasionally pops up in distributions. Well not

Re: PDF not shown in Frescobaldi

2020-06-16 Thread Urs Liska
Am Dienstag, den 16.06.2020, 10:23 +0200 schrieb Noeck: > > Am 16.06.20 um 10:06 schrieb Urs Liska: > > This may well be true, but the traceback looks like this one: > > https://github.com/frescobaldi/frescobaldi/wiki/Run-Frescobaldi-3-on-Linux#workaround-building-python-poppl

Re: PDF not shown in Frescobaldi

2020-06-16 Thread Noeck
Am 16.06.20 um 10:06 schrieb Urs Liska: > This may well be true, but the traceback looks like this one: > https://github.com/frescobaldi/frescobaldi/wiki/Run-Frescobaldi-3-on-Linux#workaround-building-python-poppler-qt5-from-source > and > https://github.com/frescobaldi/frescobald

Re: PDF not shown in Frescobaldi

2020-06-16 Thread Urs Liska
Am Dienstag, den 16.06.2020, 09:58 +0200 schrieb Noeck: > Hi Urs, > > Am 16.06.20 um 00:37 schrieb Urs Liska: > > > Rhat diesn't seem too plausible, it looks more like a dependency > > issue. > > I looked at the dependencies of the frescobaldi package and now &

Re: PDF not shown in Frescobaldi

2020-06-16 Thread Noeck
Hi Urs, Am 16.06.20 um 00:37 schrieb Urs Liska: > Rhat diesn't seem too plausible, it looks more like a dependency issue. I looked at the dependencies of the frescobaldi package and now installed python3-poppler-qt5. Now Frescobaldi crashes at startup (see traceback below). > What

Re: PDF not shown in Frescobaldi

2020-06-15 Thread Urs Liska
gt;I guess, the problem is related to the fact that I did not install >Frescobaldi properly but just run the Python file. Rhat diesn't seem too plausible, it looks more like a dependency issue. What about the Tools menu? Can you manually open/close an (even empty) Music View from there? If

Re: PDF not shown in Frescobaldi

2020-06-15 Thread Noeck
> Are you using \bookOutputName / \bookOutputSuffix for controlling the > names of the pdf files? No. The PDF never appears, even with the most basic input like: \version "2.20.0" { a } I guess, the problem is related to the fact that I did not install Frescobaldi prope

Re: PDF not shown in Frescobaldi

2020-06-15 Thread Martin Neubauer
Hello, Are you using \bookOutputName / \bookOutputSuffix for controlling the names of the pdf files? In my experience this can throw frescobaldi off if the resulting file name doesn't end with some digit. (As far as I remember there already exists an issue, but I'm not aware of any more detailed

PDF not shown in Frescobaldi

2020-06-14 Thread Noeck
Hi, when I compile a file with Frescobaldi, lilypond is invoked and creates a PDF in the same folder as it should. But Frescobaldi does not show it. When I go to Tools > Directories > Open current folder, I can open the PDF there. It worked correctly with Frescobaldi 3.0.0 from the packag

Re: Frescobaldi 3.1.2 macOS gs error message

2020-05-20 Thread Davide Liessi
Dear Thomas, Il giorno dom 17 mag 2020 alle ore 17:57 Thomas Scharkowski ha scritto: > warning: g_spawn_sync failed (0): gs: Failed to execute child process > “gs” (No such file or directory) this has been reported also on GitHub, see https://github.com/frescobaldi/frescobaldi/issues/1

Frescobaldi 3.1.2 macOS gs error message

2020-05-17 Thread Thomas Scharkowski
I get the following error using Frescobaldi 3.1.2 with LilyPond 2.21.1: Converting to ...pdf'... warning: g_spawn_sync failed (0): gs: Failed to execute child process “gs” (No such file or directory) No error when invoking lilypond from the command line No error with version 2.20 macOS

Re: Frescobaldi Quick key for Lily button

2020-05-13 Thread Urs Liska
Am 13. Mai 2020 05:10:55 MESZ schrieb Freeman Gilmore : >On Sun, Dec 29, 2019 at 6:22 PM Urs Liska >wrote: >> >> Am Sonntag, den 29.12.2019, 10:44 -0500 schrieb Freeman Gilmore: >> > In Frescobaldi is there a quick key that can be used in pl

Re: Frescobaldi Quick key for Lily button

2020-05-12 Thread Freeman Gilmore
On Sun, Dec 29, 2019 at 6:22 PM Urs Liska wrote: > > Am Sonntag, den 29.12.2019, 10:44 -0500 schrieb Freeman Gilmore: > > In Frescobaldi is there a quick key that can be used in place of > > the Lily button? > > There are a number of preset shortcuts to trigger LilyPond &g

Windows Installer (was Re: [Frescobaldi] ANN: Frescobaldi 3.1.2)

2020-04-17 Thread Wilbert Berendsen
and thanks to Jörg Hoffmann, the Windows installer is only now too! All the best! Wilbert -- Wilbert Berendsen (www.wilbertberendsen.nl)

Re: Frescobaldi 3.1.2

2020-04-15 Thread J. Menu
on and John >> you previously reported failures to run convert-ly with the prebuilt >> application bundles of Frescobaldi 3.1 and/or 3.1.1 which were >> instances of >> https://github.com/frescobaldi/frescobaldi/issues/1232 >> The problem should be solved in Frescobaldi

Re: Frescobaldi 3.1.2

2020-04-14 Thread Thomas Scharkowski
Original-Nachricht Dear Thomas, Stanton and John you previously reported failures to run convert-ly with the prebuilt application bundles of Frescobaldi 3.1 and/or 3.1.1 which were instances of https://github.com/frescobaldi/frescobaldi/issues/1232 The problem should

Re: ANN: Frescobaldi 3.1.2

2020-04-13 Thread jw. Verhagen
How can I ever thank you? Sent from my iPhone > On Apr 13, 2020, at 6:25 AM, Wilbert wrote: > > Dear music-loving friends, > > I'm happy to announce the availability of Frescobaldi 3.1.2, a bugfix release. > > The source tarball is uploaded, packaged releases will

Re: ANN: Frescobaldi 3.1.2

2020-04-13 Thread Davide Liessi
[2] is on the way. As noted in [1], due to problems in packaging a component, the prebuilt application bundle does not include the Documentation Browser and the SVG View. If you need them, see [3] for alternative ways of installing Frescobaldi on Mac. For more details on the problem, see [4]. Happy Eas

Re: [Frescobaldi] ANN: Frescobaldi 3.1.2

2020-04-13 Thread Eef Weenink
Wish you all good EasterTIme and thanks for the great work done on Frescobaldi. I tried to get this working on Mac. No luck. It cannot find 'python-poppler-qt5’ So guess I have to wait for the Frescobaldi.app? regards, Eef > Op 13 apr. 2020, om 15:25 heeft Wilbert het volge

ANN: Frescobaldi 3.1.2

2020-04-13 Thread Wilbert
Dear music-loving friends, I'm happy to announce the availability of Frescobaldi 3.1.2, a bugfix release. The source tarball is uploaded, packaged releases will probably follow soon. Many thanks to all the contributors, and especially to Davide Liessi, who fixed many little but sometimes

AW: AW: Frescobaldi Sessions

2020-04-12 Thread sir.teddy.the.first
I exported and then imported the key "frescobaldi/sessions" and it worked. I did not need any other keys. > -Ursprüngliche Nachricht- > Von: Federico Bruni > Gesendet: Sonntag, 12. April 2020 21:54 > An: sir.teddy.the.fi...@gmail.com > Cc: 'Urs Liska' ; lilypo

Re: AW: Frescobaldi Sessions

2020-04-12 Thread Federico Bruni
Il giorno sab 11 apr 2020 alle 22:45, sir.teddy.the.fi...@gmail.com ha scritto: Hi, thanks for the response, I’m on Windows. I found “HKEY_CURRENT_USER/Software/frescobaldi/frescobaldi/sessions”. Is that all I have to copy or is anything from “sessiondata” needed as well? I'm

AW: Frescobaldi Sessions

2020-04-11 Thread sir.teddy.the.first
Hi, thanks for the response, I’m on Windows. I found “HKEY_CURRENT_USER/Software/frescobaldi/frescobaldi/sessions”. Is that all I have to copy or is anything from “sessiondata” needed as well? Von: Urs Liska Gesendet: Samstag, 11. April 2020 20:44 An: sir.teddy.the.fi...@gmail.com

Re: Frescobaldi Sessions

2020-04-11 Thread Urs Liska
Hi Am Samstag, den 11.04.2020, 20:42 +0200 schrieb sir.teddy.the.fi...@gmail.com: > Hi all, > I’m trying to synchronize my Frescobaldi-installation with a > different device. > Is there any faster way than exporting and importing every single > session on its own, like copying a

Frescobaldi Sessions

2020-04-11 Thread sir.teddy.the.first
Hi all, I'm trying to synchronize my Frescobaldi-installation with a different device. Is there any faster way than exporting and importing every single session on its own, like copying a file where all the sessions are stored? Thanks in advance

Re: Using Frescobaldi compile functionality - first test failed

2020-03-19 Thread David Wright
On Thu 19 Mar 2020 at 23:19:07 (+0100), Pablo Cordal wrote: > Yes, I noticed that too. In the text "file not found" some strange > symbols appear... if that's the problem... men, I have no idea how to fix > it! That looks as if you're running a system in ISO Latin-1 but LilyPond is outputting

<    1   2   3   4   5   6   7   8   9   10   >