forked from frescobaldi/python-ly
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Jean Abou Samra <[email protected]>
- Loading branch information
Showing
6 changed files
with
2,888 additions
and
523 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
# MakeFile | ||
|
||
# Which LilyPond executable to use | ||
LILYPOND=~/lilypond_bin/2.18.2-1/bin/lilypond | ||
all: _lilypond_data.py _scheme_data.py | ||
|
||
# Set your LILYPOND environment variable before running make. | ||
# export LILYPOND=/path/to/bin/lilypond | ||
_lilypond_data.py: getdata.ly | ||
$(LILYPOND) -dno-print-pages $< > $@ | ||
|
||
_scheme_data.py: makeschemedata.py | ||
python makeschemedata.py |
Oops, something went wrong.