]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/simple-song.ly
Eliminate unix-specific -u flags from internationalization build
[lilypond.git] / input / simple-song.ly
index 634fa9faa4fbdee6b8d1493bf3b2a9ab32f5380a..b05fa4613dfd0373703b912ce1a7e2fdea5876a6 100644 (file)
@@ -1,18 +1,17 @@
-% remove-me
-#(ly:set-point-and-click 'line-column)
 
 %% A simple song in LilyPond
 <<
-    \relative {
-       \clef bass
-       d,2 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"
+