On 15/12/2023 16:06, Jean Abou Samra wrote:
[Later] The error I am getting now is: Processing
`/tmp/frescobaldi-duowk0s5/tmpz726e77a/testGit.ly' Parsing...fatal:
not a git repository (or any of the parent directories): .git
If the path is in |/tmp/|, it means that you did not save your file
before compiling, so Frescobaldi put the contents of the current editing
window in a temporay file and compiled that.
If you simply remember to always save before compiling (or turn on
save-on-compile in the preferences), Frescobaldi will compile your file
with the directory where it's saved as the current directory. If that's
inside a Git repository, |git| commands should work.
I am on version Frescobaldi 3.2 and Lilypond 2.22.1 and do not appear
to have that option. At least, I have not found it. Anyway, I have
"automatic engraving" on.
--
In software design, perfection has been reached not when there
is nothing left to add, but when there is nothing left to take
away. - After RFC1925