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 /04-white-noise | |
parent | 5dfc6ede4c5ff452d4d28af8ce3cc9546a6aa71e (diff) |
load settings.ly with lilypond command.
Diffstat (limited to '04-white-noise')
-rw-r--r-- | 04-white-noise/04-white-noise.ly | 1 | ||||
-rw-r--r-- | 04-white-noise/parts/bass.ly | 1 | ||||
-rw-r--r-- | 04-white-noise/parts/keys.ly | 1 | ||||
-rw-r--r-- | 04-white-noise/parts/stick.ly | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/04-white-noise/04-white-noise.ly b/04-white-noise/04-white-noise.ly index 8073a56..2073b1f 100644 --- a/04-white-noise/04-white-noise.ly +++ b/04-white-noise/04-white-noise.ly @@ -7,7 +7,6 @@ } -\include "../settings.ly" \include "music/common.ly" \include "music/bass.ly" \include "music/keys.ly" diff --git a/04-white-noise/parts/bass.ly b/04-white-noise/parts/bass.ly index a56d445..7f2042a 100644 --- a/04-white-noise/parts/bass.ly +++ b/04-white-noise/parts/bass.ly @@ -7,7 +7,6 @@ copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" } } -\include "../../settings.ly" \include "../music/common.ly" \include "../music/bass.ly" diff --git a/04-white-noise/parts/keys.ly b/04-white-noise/parts/keys.ly index 1d79fab..711445d 100644 --- a/04-white-noise/parts/keys.ly +++ b/04-white-noise/parts/keys.ly @@ -7,7 +7,6 @@ copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" } } -\include "../../settings.ly" \include "../music/common.ly" \include "../music/keys.ly" diff --git a/04-white-noise/parts/stick.ly b/04-white-noise/parts/stick.ly index e70bce6..4ee35cc 100644 --- a/04-white-noise/parts/stick.ly +++ b/04-white-noise/parts/stick.ly @@ -7,7 +7,6 @@ copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" } } -\include "../../settings.ly" \include "../music/common.ly" \include "../music/stick.ly" |