RosettaCodeData/Task/Empty-program/Lilypond/empty-program-2.lily
2023-07-01 13:44:08 -04:00

18 lines
130 B
Text

\version "2.16.2"
\header {
}
\book {
\score {
\new Staff {
\new Voice {
}
}
\layout {
}
}
}