From cf1d55a06c5d96cd2e1f93ffe8db1319af435349 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 27 Feb 2017 13:01:39 +0100 Subject: load settings.ly with lilypond command. --- 03-circus/03-circus.ly | 1 - 03-circus/parts/bass.ly | 1 - 03-circus/parts/keys.ly | 1 - 03-circus/parts/stick.ly | 1 - 4 files changed, 4 deletions(-) (limited to '03-circus') diff --git a/03-circus/03-circus.ly b/03-circus/03-circus.ly index c28f1b4..0f9d5de 100644 --- a/03-circus/03-circus.ly +++ b/03-circus/03-circus.ly @@ -6,7 +6,6 @@ copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" } } -\include "../settings.ly" \include "music/bass.ly" \include "music/keys.ly" \include "music/stick.ly" diff --git a/03-circus/parts/bass.ly b/03-circus/parts/bass.ly index 3b4dc67..5369d6d 100644 --- a/03-circus/parts/bass.ly +++ b/03-circus/parts/bass.ly @@ -7,7 +7,6 @@ copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" } } -\include "../../settings.ly" \include "../music/bass.ly" \score { diff --git a/03-circus/parts/keys.ly b/03-circus/parts/keys.ly index 1af7bf2..e813ba2 100644 --- a/03-circus/parts/keys.ly +++ b/03-circus/parts/keys.ly @@ -7,7 +7,6 @@ copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" } } -\include "../../settings.ly" \include "../music/keys.ly" \score { diff --git a/03-circus/parts/stick.ly b/03-circus/parts/stick.ly index f3b72c5..cb60dd7 100644 --- a/03-circus/parts/stick.ly +++ b/03-circus/parts/stick.ly @@ -7,7 +7,6 @@ copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" } } -\include "../../settings.ly" \include "../music/stick.ly" \score { -- cgit v1.2.3