RosettaCodeData/Task/Empty-program/Lilypond/empty-program-2.lily

19 lines
130 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
\version "2.16.2"
\header {
}
\book {
\score {
\new Staff {
\new Voice {
}
}
\layout {
}
}
}