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


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to