From 925b9d1bcf7c0f6a64497187f602d0df31cff22a Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Thu, 16 Sep 2021 08:53:58 +0530 Subject: [PATCH] Change directory structure --- 1 The Vagabond/.gitignore | 2 ++ 1 The Vagabond/chords.ly | 4 ++++ common.ly => 1 The Vagabond/common.ly | 0 lsr952.ly => 1 The Vagabond/lsr952.ly | 0 lyrics.ly => 1 The Vagabond/lyrics.ly | 0 main.ly => 1 The Vagabond/main.ly | 3 +-- {music => 1 The Vagabond/music}/guitar.ly | 0 {music => 1 The Vagabond/music}/voice.ly | 0 8 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 1 The Vagabond/.gitignore create mode 100755 1 The Vagabond/chords.ly rename common.ly => 1 The Vagabond/common.ly (100%) rename lsr952.ly => 1 The Vagabond/lsr952.ly (100%) rename lyrics.ly => 1 The Vagabond/lyrics.ly (100%) rename main.ly => 1 The Vagabond/main.ly (91%) rename {music => 1 The Vagabond/music}/guitar.ly (100%) rename {music => 1 The Vagabond/music}/voice.ly (100%) 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