lilypond-user-fr
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Warning avec compilation au terminal sur la 2.23.82 sous macos


From: Eulogia
Subject: Re: Warning avec compilation au terminal sur la 2.23.82 sous macos
Date: Thu, 8 Dec 2022 14:38:05 +0100

*) Alors pour les lancements, accrochez-vous…

Je lance un fragment python frescobaldi avec l'instruction subprocess.check_output pour exécuter un shell script. 

Le shell script en question utilise les commandes Applescript pour ouvrir l'application terminal et exécuter l'instruction: python3 Test.py

A ce stade, c'est exactement pareil que si j'avais lancé manuellement le terminal et l'instruction en question. 

Puis le Test.py lance une nouvelle instruction subprocess.check_output, qui elle, exécute lilypond. 



*) Pour être rigoureux, je vais refaire les trois lancements sur le fichier test.ly qui contient la ligne:

\version "2.23.82" #(system* "locale") 


1. Lilypond direct au Terminal avec FD_DEBUG=2048

benedikt@benedikt ~ % FC_DEBUG=2048 /Users/benedikt/Data/Famille/System/Lilypond/Apps/lilypond-2.23.82/bin/lilypond Desktop/test.ly
GNU LilyPond 2.23.82 (running Guile 2.2)
FC_DEBUG=2048
Checking the existence of fr-CH.orth
Checking the existence of fr.orth
normalized: fr_CH.UTF-8 -> fr
Traitement de « Desktop/test.ly »
Analyse...LANG="fr_CH.UTF-8"
LC_COLLATE="fr_CH.UTF-8"
LC_CTYPE="fr_CH.UTF-8"
LC_MESSAGES="fr_CH.UTF-8"
LC_MONETARY="fr_CH.UTF-8"
LC_NUMERIC="fr_CH.UTF-8"
LC_TIME="fr_CH.UTF-8"
LC_ALL=

Compilation menée à son terme, avec succès.


2. Script Python direct au terminal avec l'instruction FC_DEBUG=2048 lilypond du 1, où cette fois j'affiche mieux la sortie:

benedikt@benedikt ~ % python3 /Users/benedikt/Data/Famille/System/Lilypond/Scripts/Test.py
GNU LilyPond 2.23.82 (running Guile 2.2)
Traitement de « /Users/benedikt/Desktop/test.ly »
Analyse...
Compilation menée à son terme, avec succès.
LANG="fr_CH.UTF-8"
LC_COLLATE="fr_CH.UTF-8"
LC_CTYPE="fr_CH.UTF-8"
LC_MESSAGES="fr_CH.UTF-8"
LC_MONETARY="fr_CH.UTF-8"
LC_NUMERIC="fr_CH.UTF-8"
LC_TIME="fr_CH.UTF-8"
LC_ALL=
FC_DEBUG=2048
normalized: C -> en


3. Et pour le principe, car c'est exactement pareil que le point 2, lancement depuis le segment de frescobaldi:

benedikt@benedikt ~ % python3 /Users/benedikt/Data/Famille/System/Lilypond/Scripts/Test.py
GNU LilyPond 2.23.82 (running Guile 2.2)
Traitement de « /Users/benedikt/Desktop/test.ly »
Analyse...
Compilation menée à son terme, avec succès.
LANG="fr_CH.UTF-8"
LC_COLLATE="fr_CH.UTF-8"
LC_CTYPE="fr_CH.UTF-8"
LC_MESSAGES="fr_CH.UTF-8"
LC_MONETARY="fr_CH.UTF-8"
LC_NUMERIC="fr_CH.UTF-8"
LC_TIME="fr_CH.UTF-8"
LC_ALL=
FC_DEBUG=2048
normalized: C -> en


Il y a donc bien une différence sur la ligne "normalized: C -> en"…

Cordialement, 

ben


reply via email to

[Prev in Thread] Current Thread [Next in Thread]