From 1694efc6a81c2d573c39fa0e2d72b60d1d5cd742 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Sat, 8 Dec 2007 18:41:34 +0100 Subject: [PATCH] Change lilypond-book includes Including any ly file from input/new or input/lsr in manuals is now possible. --- Documentation/topdocs/NEWS.tely | 2 +- make/lilypond-vars.make | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 8224a13663..649635328e 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -163,7 +163,7 @@ page. fractions. This allows some forms of microtonal music. For example, Turkish makam music uses 1/9th tone alterations. -@lilypondfile{makam.ly} +@lilypondfile{pitches/makam.ly} diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make index 0de62b93a1..2aba41db06 100644 --- a/make/lilypond-vars.make +++ b/make/lilypond-vars.make @@ -24,8 +24,7 @@ MUSICXML2LY = $(script-dir)/musicxml2ly.py CONVERT_LY = $(script-dir)/convert-ly.py LILYPOND_BOOK = $(script-dir)/lilypond-book.py -## ugh : fix me, input/new/pitches -LILYPOND_BOOK_INCLUDES = -I $(src-dir)/ -I $(outdir) -I $(input-dir) -I $(input-dir)/regression/ -I $(input-dir)/manual/ -I $(input-dir)/tutorial/ -I $(top-build-dir)/mf/$(outconfbase)/ -I $(top-build-dir)/mf/out/ -I $(input-dir)/new/pitches +LILYPOND_BOOK_INCLUDES = -I $(src-dir)/ -I $(outdir) -I $(input-dir) -I $(input-dir)/regression/ -I $(input-dir)/manual/ -I $(input-dir)/tutorial/ -I $(top-build-dir)/mf/$(outconfbase)/ -I $(top-build-dir)/mf/out/ -I $(input-dir)/new/ -I $(input-dir)/lsr/ ## override from cmd line to speed up. ANTI_ALIAS_FACTOR=2 -- 2.39.2