Opus/2025.01.23-Serenity/snip/Lothimic-rationalized.ly
2026-07-04 09:09:13 -07:00

40 lines
476 B
Plaintext
Executable File

\version "2.24.1"
#(set-global-staff-size 17)
\paper {
property-defaults.fonts.serif = "Caudex"
}
\header {
tagline = "" % Suppresses the default footer message
}
global = {
\key c \major
\omit Staff.TimeSignature
}
melody = \absolute {
\global
\cadenzaOn
c'1 % P
d'1
f'1 % T
g'1
a'1
bes'1
c''1
\cadenzaOff
}
\score {
<<
\new Staff {
\context Voice = "vocal" { \melody }
}
>>
}