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
Executable File

\version "2.18.2"
\include "common.ly"
\include "music/voice.ly"
\include "lyrics.ly"
\include "lsr952.ly"
\include "music/guitar.ly"
\header {
title = \markup \fontsize #2 "The Vagabond"
composer = "Ralph Vaughan Williams"
poet = "Robert Louis Stevenson"
arranger = "arr. Kashish"
copyright = \copyright
}
\score {
<<
\new Staff << \new Voice = "voice" { \voiceMusic } >>
\new Lyrics \voiceLyrics
\new Staff << \new Voice { \guitar } >>
\new Dynamics { \guitarDynamics }
>>
\layout {
\context {
\Staff \RemoveEmptyStaves
}
}
}