]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/template/piano-melody-lyrics.ly
* scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
[lilypond.git] / input / template / piano-melody-lyrics.ly
index 16b457594cbbc2bd029637c0655b1ea689ef0a7b..aecc82398e907924c6af9ddef11ed2a1abe165f9 100644 (file)
@@ -1,12 +1,12 @@
 
-\version "2.1.29"
+\version "2.3.8"
 \header {
   texidoc ="Classical song format: one staff with melody and lyrics,
 and piano accompaniment."
   
 }
 
-melody = \notes \relative c'' {
+melody =  \relative c'' {
   a b c d
 }
 
@@ -14,11 +14,11 @@ text = \lyrics {
   Aaa Bee Cee Dee
 }
 
-upper = \notes\relative c'' {
+upper = \relative c'' {
   a b c d
 }
 
-lower = \notes\relative c {
+lower = \relative c {
   a2 c
 }