diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-02-27 13:01:39 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-02-27 13:01:39 +0100 |
commit | cf1d55a06c5d96cd2e1f93ffe8db1319af435349 (patch) | |
tree | 3f0f2d0b642ee8cc1b12fbe0bbf7427018eba32a /03-circus | |
parent | 5dfc6ede4c5ff452d4d28af8ce3cc9546a6aa71e (diff) |
load settings.ly with lilypond command.
Diffstat (limited to '03-circus')
-rw-r--r-- | 03-circus/03-circus.ly | 1 | ||||
-rw-r--r-- | 03-circus/parts/bass.ly | 1 | ||||
-rw-r--r-- | 03-circus/parts/keys.ly | 1 | ||||
-rw-r--r-- | 03-circus/parts/stick.ly | 1 |
4 files changed, 0 insertions, 4 deletions
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 { |