]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/template/melody-chords.ly
* lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
[lilypond.git] / input / template / melody-chords.ly
index 1560a77659aed59706e3e12ca1c2e6fa92914c38..23d98e43e81c4ec31b129e9ba3cfe9da51821497 100644 (file)
@@ -1,7 +1,7 @@
-\version "1.7.6"
+\version "2.1.7"
 
 \header {
-  texidoc = "lead sheet format: chords with melody."
+  texidoc = "Lead sheet format: chords with melody."
 }
 
 harmonies = \chords {
@@ -9,17 +9,17 @@ harmonies = \chords {
 }
 
 melody = \notes \relative c' {
-  f4 [e8 c] d4 g | a2 ~ a2
+  f4 e8[ c] d4 g | a2 ~ a2
 }
 
 \score {
-  \notes <
+  \notes <<
     \context ChordNames {
         \property ChordNames.chordChanges = ##t
         \harmonies
     }
     \context Staff = one \melody
-  >
+  >>
 
   \paper{ }
   \midi{ }