From c79d2bc19bf6c46ff88385cb599c3fefe028d9ea Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 4 Oct 2009 13:10:59 +0100 Subject: [PATCH] Regtests: move typography-demo.ly into proper directory. --- input/GNUmakefile | 2 +- input/regression/profile-property-access.ly | 2 +- input/{ => regression}/typography-demo.ly | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename input/{ => regression}/typography-demo.ly (100%) diff --git a/input/GNUmakefile b/input/GNUmakefile index 9b068a9f3a..1d26b07f19 100644 --- a/input/GNUmakefile +++ b/input/GNUmakefile @@ -2,7 +2,7 @@ depth = .. SUBDIRS = regression mutopia -examples = typography-demo les-nereides wilhelmus proportional bach-schenker cary +examples = les-nereides wilhelmus proportional bach-schenker cary LOCALSTEPMAKE_TEMPLATES=ly mutopia EXTRA_DIST_FILES=paddy.abc diff --git a/input/regression/profile-property-access.ly b/input/regression/profile-property-access.ly index 4502719f68..1e7453e3ec 100644 --- a/input/regression/profile-property-access.ly +++ b/input/regression/profile-property-access.ly @@ -9,7 +9,7 @@ \version "2.12.0" -\include "../../input/typography-demo.ly" +\include "typography-demo.ly" %\book { \score { {c4 } } } #(define (prop-stats>? x y) diff --git a/input/typography-demo.ly b/input/regression/typography-demo.ly similarity index 100% rename from input/typography-demo.ly rename to input/regression/typography-demo.ly -- 2.39.5