RosettaCodeData/Task/Hello-world-Text/Lilypond/hello-world-text.lily
2017-09-25 22:28:19 +02: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!
}