]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/tutorial/flowing.ly
release: 1.3.146
[lilypond.git] / input / tutorial / flowing.ly
index 597dd2bed8d840263dfafba4ad4989f0aa6944fe..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 {
@@ -28,11 +31,11 @@ accompaniment =\chords {
 
           \addlyrics
              \context Staff = mel
-             { \property Staff.noAutoBeaming = "1"
-               \property Staff.automaticMelismas = "1"
+             { \property Staff.noAutoBeaming = ##t
+               \property Staff.automaticMelismata = ##t
                \melody }
              \context Lyrics \text
         }
         \midi  { }
-        \paper { linewidth = 10.0\cm; }
+        \paper { linewidth = 10.0\cm }
 }