RosettaCodeData/Task/Hello-world-Text/Lilypond/hello-world-text.lily
2023-07-01 13:44:08 -04:00

11 lines
139 B
Text

\version "2.18.2"
global = {
\time 4/4
\key c \major
\tempo 4=100
}
\relative c''{ g e e( g2)
}
\addlyrics {
Hel -- lo, World!
}