This repository has been archived on 2024-02-25. You can view files and clone it, but cannot push or open issues or pull requests.
songs-of-travel/1 The Vagabond/main.ly

33 lines
585 B
Plaintext
Raw Normal View History

2021-09-12 17:07:40 +00:00
\version "2.18.2"
\include "common.ly"
\include "music/voice.ly"
\include "lyrics.ly"
\include "lsr952.ly"
\include "music/guitar.ly"
\header {
2021-09-16 03:23:58 +00:00
title = \markup \fontsize #2 "The Vagabond"
2021-09-12 17:07:40 +00:00
composer = "Ralph Vaughan Williams"
poet = "Robert Louis Stevenson"
arranger = "arr. Kashish"
copyright = \copyright
}
\score {
<<
2021-09-15 13:31:56 +00:00
\new Staff << \new Voice = "voice" { \voiceMusic } >>
2021-09-12 17:07:40 +00:00
\new Lyrics \voiceLyrics
\new Staff << \new Voice { \guitar } >>
\new Dynamics { \guitarDynamics }
>>
\layout {
\context {
\Staff \RemoveEmptyStaves
}
}
}