]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/simple-song.ly
Rename from
[lilypond.git] / input / simple-song.ly
index 344c8b8aedf543fb62d961256783768792cb9812..bc4379c45f2038af27940aebc955d39d15b1c8f1 100644 (file)
@@ -1,15 +1,15 @@
 
 %% A simple song in LilyPond
 <<
-    \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!
-    }
+  \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.