]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/simple-song.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / simple-song.ly
index b7b42d99a8c6aa04512fa88d0708f54b3760fc0a..74f48a75b731d956abc1d0979e38c84d7bf557bc 100644 (file)
@@ -1,15 +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.11.51"
+