Opus/2025.02.25-TheSongBeyondTheHills/score/Fragment1.ly
2026-07-04 09:09:13 -07:00

38 lines
477 B
Plaintext
Executable File

\version "2.24.1"
\header {
tagline = "" % Suppresses the default footer message
}
global = {
\key c \major
\time 4/4
\override TextScript.font-name = #"Caudex"
}
melody = \absolute {
\global
r1
\grace d''8 b'2 r2
b'4 a'4 r2
\grace d''8 b'2 r2
b'4 a'4 r2
\grace d''8 b'2 r2
\grace d''8 b'2 r2
b'4 a'4 r2
b'4 a'4 r2
\grace d''8 b'2 r2
}
\score {
<<
\new Staff {
\context Voice = "vocal" { \melody }
}
>>
}