summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--01-song1/01-song1.ly3
-rw-r--r--02-song2/02-song2.ly3
-rw-r--r--03-circus/03-circus.ly3
-rw-r--r--04-white-noise/04-white-noise.ly3
4 files changed, 4 insertions, 8 deletions
diff --git a/01-song1/01-song1.ly b/01-song1/01-song1.ly
index b2f6663..df07f93 100644
--- a/01-song1/01-song1.ly
+++ b/01-song1/01-song1.ly
@@ -3,8 +3,7 @@
\header {
title = "Song 1"
composer = "The very pretentious elephlies"
- arranger = "Ricardo Wurmus"
- copyright = "2002--2016 Ricardo Wurmus"
+ copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
}
nastyPause = {
diff --git a/02-song2/02-song2.ly b/02-song2/02-song2.ly
index 715c161..f9eb981 100644
--- a/02-song2/02-song2.ly
+++ b/02-song2/02-song2.ly
@@ -3,8 +3,7 @@
\header {
title = "Song 2"
composer = "The very pretentious elephlies"
- arranger = "Ricardo Wurmus"
- copyright = "2002--2015 Ricardo Wurmus"
+ copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
}
\include "parts/bass.ly"
diff --git a/03-circus/03-circus.ly b/03-circus/03-circus.ly
index 2a06e49..2b20eb4 100644
--- a/03-circus/03-circus.ly
+++ b/03-circus/03-circus.ly
@@ -3,8 +3,7 @@
\header {
title = "Circus"
composer = "The very pretentious elephlies"
- arranger = "Ricardo Wurmus"
- copyright = "2002--2015 Ricardo Wurmus"
+ copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
}
\include "parts/bass.ly"
diff --git a/04-white-noise/04-white-noise.ly b/04-white-noise/04-white-noise.ly
index 4cfb2e8..9089eeb 100644
--- a/04-white-noise/04-white-noise.ly
+++ b/04-white-noise/04-white-noise.ly
@@ -3,8 +3,7 @@
\header {
title = "White Noise"
composer = "The very pretentious elephlies"
- arranger = "Ricardo Wurmus"
- copyright = "2002--2016 Ricardo Wurmus"
+ copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
}
whiteNoise = \repeat unfold 3 { r2. r2 } % TODO: how long?