diff --git a/1 The Vagabond/.gitignore b/1 The Vagabond/.gitignore new file mode 100644 index 0000000..2a5d34c --- /dev/null +++ b/1 The Vagabond/.gitignore @@ -0,0 +1,2 @@ +*.pdf +output/ diff --git a/1 The Vagabond/chords.ly b/1 The Vagabond/chords.ly new file mode 100755 index 0000000..76ea04f --- /dev/null +++ b/1 The Vagabond/chords.ly @@ -0,0 +1,4 @@ +\version "2.18.2" + +chordSymbols = \chordmode { +} diff --git a/common.ly b/1 The Vagabond/common.ly similarity index 100% rename from common.ly rename to 1 The Vagabond/common.ly diff --git a/lsr952.ly b/1 The Vagabond/lsr952.ly similarity index 100% rename from lsr952.ly rename to 1 The Vagabond/lsr952.ly diff --git a/lyrics.ly b/1 The Vagabond/lyrics.ly similarity index 100% rename from lyrics.ly rename to 1 The Vagabond/lyrics.ly diff --git a/main.ly b/1 The Vagabond/main.ly similarity index 91% rename from main.ly rename to 1 The Vagabond/main.ly index f80c3c5..1c980fe 100755 --- a/main.ly +++ b/1 The Vagabond/main.ly @@ -9,12 +9,11 @@ \include "music/guitar.ly" \header { - title = \markup \fontsize #2 "Songs of Travel" + title = \markup \fontsize #2 "The Vagabond" composer = "Ralph Vaughan Williams" poet = "Robert Louis Stevenson" arranger = "arr. Kashish" copyright = \copyright - } \score { diff --git a/music/guitar.ly b/1 The Vagabond/music/guitar.ly similarity index 100% rename from music/guitar.ly rename to 1 The Vagabond/music/guitar.ly diff --git a/music/voice.ly b/1 The Vagabond/music/voice.ly similarity index 100% rename from music/voice.ly rename to 1 The Vagabond/music/voice.ly