uliska / lilyglyphs

Make LilyPond's notational elements available in Lua- and XeLaTeX
30 stars 13 forks source link

Make directory detection in scripts more robust #71

Open uliska opened 10 years ago

uliska commented 10 years ago

Currently the Python scripts try to guess if they (or their target files) are in a correct location by simple string comparisons to directories. I think this is too error-prone.

Suggestion: Put hidden dummy files in

and check for their existence.