]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/tutorial/flowing.ly
release: 1.3.146
[lilypond.git] / input / tutorial / flowing.ly
index 0a46021c070cdcf138c1e1a9f3049da3ba8e6a8c..351f3b6944c7ec74cb052781f76a8fcc73128324 100644 (file)
@@ -1,14 +1,17 @@
+
 \header {
-        title = "The river is flowing";
-        composer = "Traditonal (?)";
+        title = "The river is flowing"
+        composer = "Traditonal (?)"
 }
+
 \include "paper16.ly"
+
 melody = \notes \relative c' {
-        \partial 8;
+        \partial 8
         g8 |
         c4 c8 d [es () d] c4 | f4 f8 g [es() d] c g |
         c4 c8 d [es () d] c4 | d4 es8 d c4.
-        \bar "|.";
+        \bar "|."
 }
 
 text = \lyrics {
@@ -34,5 +37,5 @@ accompaniment =\chords {
              \context Lyrics \text
         }
         \midi  { }
-        \paper { linewidth = 10.0\cm; }
+        \paper { linewidth = 10.0\cm }
 }