]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/template/melody-lyrics.ly
* scripts/lilypond-book.py (do_file): Look for input_file in
[lilypond.git] / input / template / melody-lyrics.ly
index 44a1ab855ac95806d413bb6f9b28012bb00737f4..065f62986b4da4fc292936f85e50e8c1d76cd44d 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.4"
+\version "2.1.19"
 
 \header {
   texidoc = "Melody and lyrics."
@@ -14,12 +14,11 @@ text = \lyrics {
 
 \score {
   <<
-    \addlyrics
-      \context Staff = one {
-        \property Staff.autoBeaming = ##f
-        \melody
+      \context Voice = one {
+         \property Staff.autoBeaming = ##f
+         \melody
       }
-      \context Lyrics \text
+      \lyricsto "one" \new LyricsVoice \text
   >>
   \paper { }
   \midi  { }