]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/simple-song.ly
Update .ly files.
[lilypond.git] / input / simple-song.ly
index 0b1023628c4c6a7acc151575fcfe35aca9eed12d..b05fa4613dfd0373703b912ce1a7e2fdea5876a6 100644 (file)
@@ -1,16 +1,17 @@
+
 %% A simple song in LilyPond
 <<
-    \relative {
-       \clef bass
-       d2 d c4 bes a2 \break
-       c2 c d4 f g2
-    }
-
-    \newlyrics {
-       My first Li -- ly song,
-       Not much can go wrong!
-    }
+  \relative {
+    \clef bass
+    d,2 d c4 bes a2 \break
+    c2 c d4 f g2
+  }
+  \addlyrics {
+    My first Li -- ly song,
+    Not much can go wrong!
+  }
 >>
 
 %% Optional helper for automatic updating by convert-ly.  May be omitted.
-\version "2.3.0"
+\version "2.12.0"
+