MusicDump/lotr/ConcerningHobbits.ly

33 lines
694 B
Plaintext

\version "2.24.4"
\header {
title = "Concerning Hobbits"
composer = "Howard Shore"
arranger = "Damien Watson"
}
\score{
\relative{
\clef "treble_8"
\numericTimeSignature
\time 4/4
\tempo "Andante" 4 = 100
<< {
\textSpannerDown
\override TextSpanner.bound-details.left.text = "CV "
c'8\startTextSpan d\stopTextSpan e4 g e8 d | c2
e8 g a4~| a8
c8 b g e2 |
f8 e d4
c8 d c4 } \\
{
<e, g>2 <g c> <e g>2. <a, c' e>4~ <a c' e>2 <a' c e> r4 <g e>2 <g e>4
} >>
\override NoteHead.style = #'harmonic-mixed
c'1\fermata^\markup { \italic \fontsize #-2 "art. harm. 8" }
\bar "|."
}
\midi{}
\layout{}
}