bug-lilypond
[Top][All Lists]
Advanced

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

Re: Failing makelsr.py


From: Jean Abou Samra
Subject: Re: Failing makelsr.py
Date: Mon, 30 May 2022 20:05:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

Le 29/05/2022 à 17:34, Jean-Charles Malahieude a écrit :
I'm trying to fix
Documentation/snippets/new/customizing-the-no-chord-symbol

in order to get it right, but running from top-dir :

$ scripts/auxiliar/makelsr.py
Traceback (most recent call last):
  File "/home/jcharles/GIT/Lily/scripts/auxiliar/makelsr.py", line 21, in <module>
    import langdefs
ModuleNotFoundError: No module named 'langdefs'
$

Manually changing the header in snippets/ as well (and adding the "%begin verbatim" gives the expected resul in NR-2.7.2.


You likely need to do what is described at the bottom of this page:

https://lilypond.org/doc/v2.23/Documentation/contributor/problems

For example, I have this in my ~/.bash_aliases:

export PYTHONPATH=$PYTHONPATH:~/repos/lilypond/python


Jean




reply via email to

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