diff --git a/new.ly b/new.ly new file mode 100644 index 0000000..d2d3dc9 --- /dev/null +++ b/new.ly @@ -0,0 +1,9 @@ +\version "2.22.1" + +\relative { + \key d \minor + d''2~ 8 a d e | cis2 r | + c2~ 8 a c d | c16 b b8 b4 r2 | + bes2~ 8 g d' e | f16 e d8 d4 r2 | + cis2~ 8 a cis d | e16 d cis8 d4 r2 | +}