]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/template/melody-chords.ly
Fifth section done.
[lilypond.git] / input / template / melody-chords.ly
index 23d98e43e81c4ec31b129e9ba3cfe9da51821497..00736ebe581d8a3ba79b4463841ba7489ad8ce29 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.7"
+\version "2.3.8"
 
 \header {
   texidoc = "Lead sheet format: chords with melody."
@@ -8,14 +8,14 @@ harmonies = \chords {
   c4:m f:min7 g:maj c:aug d2:dim b:sus
 }
 
-melody = \notes \relative c' {
+melody =  \relative c' {
   f4 e8[ c] d4 g | a2 ~ a2
 }
 
 \score {
-  \notes <<
+   <<
     \context ChordNames {
-        \property ChordNames.chordChanges = ##t
+        \set chordChanges = ##t
         \harmonies
     }
     \context Staff = one \melody