]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/template/melody-lyrics-chords.ly
*** empty log message ***
[lilypond.git] / input / template / melody-lyrics-chords.ly
index 73ce6ba33be36cf0fd8976dd0caf9c6999e250bf..5326f8598a12c57bc43701f196e8fe3c5e526541 100644 (file)
@@ -1,20 +1,7 @@
 \version "1.5.68"
 
 \header {
-  dedication = "dedication"
-  title = "Title"
-  subtitle = "Subtitle"
-  subsubtitle = "Subsubtitle"
-  composer = "Composer (xxxx-yyyy)"
-  opus = "Opus 0"
-  piece = "Piece I"
-  instrument = "Instrument"
-  arranger = "Arranger"
-  poet = "Poet"
-  texttranslator = "Translator"
-  copyright = "public domain"
-  enteredby = "jcn"
-  source =  "urtext"
+  texidoc = "popsong format: chords, melody and lyrics."
 }
 
 melody = \notes \relative c' {
@@ -26,7 +13,7 @@ text = \lyrics {
 }
 
 accompaniment = \chords {
-  a2: c2
+  a2 c2
 }
 
 \score {