David Wright wrote > It might be worth posting screenshots of Fresco failing with correctly > specified filenames, particularly if you want to report a bug. > > What happens if you run your test file directly from LP, both .ly > and .ily files—does that work correctly? If so, there may be a > problem with how filenames are passed around in Fresco. > I don't know how you do system call tracing in windows, particularly > from a GUI. That's one for windows users. > > Cheers, > David.
Hi everyone, As suggested, I have conducted some tests in order to know a bit more about the rendering problem in Lilypond. And I found some things weird! Here are my test conditions: - Windows 10 (I tested this on two computers, Home Edition & Professional Edition) - Lilypond version: 2.18.2 (I also had the same results with the latest 2.19.81, but I prefered post here the logs of the stable version in case it was beta related) - Conditions: 1. I have generated the "A scale in LilyPond" default first score and save it as "test.ly" 2. I will use two types of rendering the score: a) drag & drop the *.ly file on the "LilyPond" shortcut created automatically on Windows b) double click directly on the *.ly file 3. In each cases, I get the log.txt, but the creation of the *.PS and its conversion to *.PDF vary according to the source folders. So here it is: 1. Beta test with the original file saved on the desktop: a) Drag & Drop the file (it works) # -*-compilation-*- Traitement de « test.ly » Analyse... Interprétation en cours de la musique... Pré-traitement des éléments graphiques... Détermination du nombre optimal de pages... Répartition de la musique sur une page... Dessin des systèmes... Sortie mise en page vers « Users/MYNAME/Desktop/test.ps »... Conversion « ./Users/MYNAME/Desktop/test.pdf »... Compilation menée à son terme, avec succès. b) Double click on the file (it works) # -*-compilation-*- Traitement de « test.ly » Analyse... Interprétation en cours de la musique... Pré-traitement des éléments graphiques... Détermination du nombre optimal de pages... Répartition de la musique sur une page... Dessin des systèmes... Sortie mise en page vers « Users/MYNAME/Desktop/test.ps »... Conversion « ./Users/MYNAME/Desktop/test.pdf »... Compilation menée à son terme, avec succès. *** 2. Moving the test.ly on my local d:\ drive a) Drag & Drop the file (doesn't work) # -*-compilation-*- Avertissement : fichier non trouvé : « D:\test.ly » erreur fatale : erreur sur les fichiers "D:\\test.ly" b) Double click on the file (works) # -*-compilation-*- Traitement de « test.ly » Analyse... Interprétation en cours de la musique... Pré-traitement des éléments graphiques... Détermination du nombre optimal de pages... Répartition de la musique sur une page... Dessin des systèmes... Sortie mise en page vers « test.ps »... Conversion à « ./test.pdf »... Compilation menée à son terme, avec succès. *** 3. Accessing a distant folder by its IP adress: a) Drag & Drop the file (doesn't work) # -*-compilation-*- Avertissement : fichier non trouvé : « \\192.168.0.13\Public\test.ly » erreur fatale : erreur sur les fichiers "\\\\192.168.0.13\\Public\\test.ly" b) Double Click on the file (doesn't work) # -*-compilation-*- Avertissement : fichier non trouvé : « \\192.168.0.13\Public\test.ly » erreur fatale : erreur sur les fichiers "\\\\192.168.0.13\\Public\\test.ly" *** 4. Accessing a distant folder by its server name a) Drag & Drop the file (doesn't work) # -*-compilation-*- Avertissement : fichier non trouvé : « \\WDMYCLOUDEX2\Public\test.ly » erreur fatale : erreur sur les fichiers "\\\\WDMYCLOUDEX2\\Public\\test.ly" b) Double Click on the file (doesn't work) # -*-compilation-*- Avertissement : fichier non trouvé : « \\WDMYCLOUDEX2\Public\test.ly » erreur fatale : erreur sur les fichiers "\\\\WDMYCLOUDEX2\\Public\\test.ly" *** 5. Accessing a distant folder after mapping it in Windows (Z:\): a) Drag & Drop the file (doesn't work) # -*-compilation-*- Avertissement : fichier non trouvé : « Z:\test.ly » erreur fatale : erreur sur les fichiers "Z:\\test.ly" b) Double Click on the file (works) # -*-compilation-*- Traitement de « test.ly » Analyse... Interprétation en cours de la musique... Pré-traitement des éléments graphiques... Détermination du nombre optimal de pages... Répartition de la musique sur une page... Dessin des systèmes... Sortie mise en page vers « test.ps »... Conversion à « ./test.pdf »... Compilation menée à son terme, avec succès. *** So, here are some basic conclusions: 1. Drag & Drop a *.ly file on the LilyPond shortcut (as suggested in the first automatically generated score), doesn't work AT ALL... Except when the file was on the desktop with the shortcut. 2. Accessing a distant folder on Windows works ONLY after mapping the same folder with a drive letter. 3. The problem isn't Frescobaldi but LilyPond itself. I hope some of you can confirm or infirm my own tests and that those can help opening a bug report. All the best. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user