]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/template/melody-chords.ly
*** empty log message ***
[lilypond.git] / input / template / melody-chords.ly
index 6855dd9f0814cd48613661a7c8f219a4f6481efb..040588fe5fbee2f8b88f14b03a8857f9607fc812 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.2.0"
+\version "2.3.4"
 
 \header {
   texidoc = "Lead sheet format: chords with melody."
@@ -8,12 +8,12 @@ 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 {
         \set chordChanges = ##t
         \harmonies