]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/simple-song.ly
*** empty log message ***
[lilypond.git] / input / simple-song.ly
index d68971a6de73b1372f2eb52b5ba6a442cc2eaf6a..000245ebe278c072076c2898af51d4082157a3b6 100644 (file)
@@ -1,3 +1,6 @@
+%% Optional helper for quick click and edit mode.  May be omitted
+#(ly:set-point-and-click 'line-column)
+
 %% A simple song in LilyPond
 <<
     \relative {
@@ -5,15 +8,12 @@
        d,2 d c4 bes a2 \break
        c2 c d4 f g2
     }
-    \newlyrics {
+    \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.4"
+\version "2.4.0"
     
-%% Optional helper for quick click and edit mode.  May be omitted
-#(ly:set-point-and-click 'line-column)
-