Skip to content

Commit

Permalink
Lilypond 2.24 (frescobaldi#151)
Browse files Browse the repository at this point in the history
Co-authored-by: Jean Abou Samra <[email protected]>
  • Loading branch information
2 people authored and ksnortum committed Jul 7, 2023
1 parent 17cec89 commit 875868d
Show file tree
Hide file tree
Showing 6 changed files with 2,888 additions and 523 deletions.
7 changes: 5 additions & 2 deletions ly/data/Makefile
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
Loading

0 comments on commit 875868d

Please sign in to comment.