Frescobaldi/Lilypond: no PDF

68 views
Skip to first unread message

Erik van der Does de Bye

unread,
Apr 2, 2023, 4:42:26 PM4/2/23
to Frescobaldi
Hello everybody,

I have a problem: Frescobaldi is not making any PDF anymore.

Frescobaldi 3.3.0
Lilypond 2.22.2
Windows 10
Path: C:\Program Files (x86)\LilyPond\usr\bin

Script:

global = {
  \key g \ionian
  \time 2/2
}

scoreASopranoVoiceI = \relative c'' {
  \global
  \dynamicUp
b2 c4 a4 b4 b4 d4 e4 d2 d2 r2
d2 d4 d4 b4 e4 d2 d2 b2 r2

}

scoreAVerseOne = \lyricmode {
  \set stanza = "1."
Komt ons in die -- pe nacht ter o -- re:
de mor -- gen -- ster is op -- ge -- gaan,

 
}

scoreAVerseTwo = \lyricmode {
  \set stanza = "2."
Geen an -- der te -- ken ons ge -- ge -- ven,
geen licht in on -- ze duis -- ter -- nis,

}

scoreASopranoVoiceII = \relative c'' {
  \global
  \dynamicUp
g2 e4 d4 g4 g4 a4 c4 b2 a2 r2
d2 b4 b4 g4 c4 b2 a2 g2 r2

}

scoreAVerse = \lyricmode {
  % Liedtekst volgt hier.
 
}

scoreASopranoVoiceIPart = \new Staff \with {
  instrumentName = "Bovenstem"
  shortInstrumentName = "B."
  midiInstrument = "choir aahs"
} { \scoreASopranoVoiceI }
\addlyrics { \scoreAVerseOne }
\addlyrics { \scoreAVerseTwo }

scoreASopranoVoiceIIPart = \new Staff \with {
  instrumentName = "Gemeente"
  shortInstrumentName = "G."
  midiInstrument = "choir aahs"
} { \scoreASopranoVoiceII }
\addlyrics { \scoreAVerse }

\score {
  <<
    \scoreASopranoVoiceIPart
    \scoreASopranoVoiceIIPart
  >>
  \layout { }
  \midi {
    \tempo 4=100
  }
}

Thank you in advance for helping me.

Knute Snortum

unread,
Apr 2, 2023, 8:43:15 PM4/2/23
to fresc...@googlegroups.com
On Sun, Apr 2, 2023 at 1:42 PM Erik van der Does de Bye <does...@gmail.com> wrote:
Hello everybody,

I have a problem: Frescobaldi is not making any PDF anymore.

Frescobaldi 3.3.0
Lilypond 2.22.2
Windows 10
Path: C:\Program Files (x86)\LilyPond\usr\bin

Interesting.  There isn't an official release on the frescobaldi.org page, but there is a release at github.com.  I installed it first on Linux and it worked fine.  But then I tried Windows (11, Lilypond 2.24.1) and I got blank pages.  But exactly the correct number of pages!  Also, I could move my cursor around and find a link that would go to my source code.  So something's there, just not the notes. 

--
Knute Snortum
 

Jean Abou Samra

unread,
Apr 3, 2023, 5:54:57 AM4/3/23
to fresc...@googlegroups.com, 19joho66

Le dimanche 02 avril 2023 à 17:43 -0700, Knute Snortum a écrit :

Interesting.  There isn't an official release on the frescobaldi.org page, but there is a release at github.com.

Unfortunately, only Wilbert has access to frescobaldi.org, and he is not active anymore for now.

This release was done by the new small team around Frescobaldi (Federico, Davide, Peter and me, with help of contributors). We can't update the website yet.

I installed it first on Linux and it worked fine.  But then I tried Windows (11, Lilypond 2.24.1) and I got blank pages.  But exactly the correct number of pages!  Also, I could move my cursor around and find a link that would go to my source code.  So something's there, just not the notes.

Uh, that's pretty strange. Maybe python-poppler-qt5 was not correctly packaged? Jörg, any ideas?

Best,

Jean

signature.asc

Erik van der Does de Bye

unread,
Apr 3, 2023, 6:02:22 AM4/3/23
to fresc...@googlegroups.com, 19joho66
I have re-installed Frescobaldi 3.2 and it is working very well now.

No 3.3 for me LOL



Op ma 3 apr 2023 om 11:54 schreef Jean Abou Samra <je...@abou-samra.fr>:
--
Frescobaldi homepage: http://www.frescobaldi.org/
Mailing list: http://groups.google.com/group/frescobaldi
Issue tracker: https://github.com/frescobaldi/frescobaldi/issues
---
You received this message because you are subscribed to the Google Groups "Frescobaldi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to frescobaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/frescobaldi/9a14409c3e453fa41774e8ba1b0196c6473c400a.camel%40abou-samra.fr.


--
Bercaudia locuta, causa finita.

Jean Abou Samra

unread,
Apr 3, 2023, 6:06:02 AM4/3/23
to fresc...@googlegroups.com, 19joho66
Le lundi 03 avril 2023 à 12:02 +0200, Erik van der Does de Bye a écrit :
> I have re-installed Frescobaldi 3.2 and it is working very well now.
>
> No 3.3 for me LOL


Well, 3.3 was released very recently and I think you were
among the first to try it.

Thanks for reporting the problem.
signature.asc

Erik van der Does de Bye

unread,
Apr 3, 2023, 6:08:34 AM4/3/23
to fresc...@googlegroups.com
You're welcome.

Can I ask a TexLive question here too or do I have to go to another group?

Op ma 3 apr 2023 om 12:06 schreef Jean Abou Samra <je...@abou-samra.fr>:
--
Frescobaldi homepage: http://www.frescobaldi.org/
Mailing list: http://groups.google.com/group/frescobaldi
Issue tracker: https://github.com/frescobaldi/frescobaldi/issues
---
You received this message because you are subscribed to the Google Groups "Frescobaldi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to frescobaldi...@googlegroups.com.

Jean Abou Samra

unread,
Apr 3, 2023, 6:12:38 AM4/3/23
to fresc...@googlegroups.com

Le lundi 03 avril 2023 à 12:08 +0200, Erik van der Does de Bye a écrit :

You're welcome. Can I ask a TexLive question here too or do I have to go to another group?

Did you not see my reply to your question about LilyPond not being found (https://groups.google.com/g/frescobaldi/c/q-iOBlk31rc/m/-YvnJUfVAQAJ? Or is this another question?

signature.asc

Erik van der Does de Bye

unread,
Apr 3, 2023, 6:14:07 AM4/3/23
to fresc...@googlegroups.com
I get a nice 404 when I am following your link...

Op ma 3 apr 2023 om 12:12 schreef Jean Abou Samra <je...@abou-samra.fr>:

Le lundi 03 avril 2023 à 12:08 +0200, Erik van der Does de Bye a écrit :

You're welcome. Can I ask a TexLive question here too or do I have to go to another group?

Did you not see my reply to your question about LilyPond not being found (https://groups.google.com/g/frescobaldi/c/q-iOBlk31rc/m/-YvnJUfVAQAJ? Or is this another question?

--
Frescobaldi homepage: http://www.frescobaldi.org/
Mailing list: http://groups.google.com/group/frescobaldi
Issue tracker: https://github.com/frescobaldi/frescobaldi/issues
---
You received this message because you are subscribed to the Google Groups "Frescobaldi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to frescobaldi...@googlegroups.com.

Jean Abou Samra

unread,
Apr 3, 2023, 6:16:23 AM4/3/23
to fresc...@googlegroups.com

Le lundi 03 avril 2023 à 12:13 +0200, Erik van der Does de Bye a écrit :

I get a nice 404 when I am following your link...

Sorry, I messed it up.

https://groups.google.com/g/frescobaldi/c/q-iOBlk31rc/m/-YvnJUfVAQAJ%5D

signature.asc

Jean Abou Samra

unread,
Apr 3, 2023, 7:24:16 AM4/3/23
to fresc...@googlegroups.com
I have opened an issue for the display problem. https://github.com/frescobaldi/frescobaldi/issues/1579


signature.asc
Reply all
Reply to author
Forward
0 new messages