]> git.donarmstrong.com Git - lilypond.git/blob - input/template/header.ly
update syntax in .ly files.
[lilypond.git] / input / template / header.ly
1 \version "1.7.6"
2 \header {
3   dedication = "dedication"
4   title = "Title"
5   subtitle = "Subtitle"
6   subsubtitle = "Subsubtitle"
7   composer = "Composer (xxxx-yyyy)"
8   opus = "Opus 0"
9   piece = "Piece I"
10   instrument = "Instrument"
11   arranger = "Arranger"
12   poet = "Poet"
13   texttranslator = "Translator"
14   copyright = "public domain"
15   source =  "urtext "
16   enteredby = "your name here"
17   maintainerEmail = "your email here"
18   texidoc = "The standard header that ought to be above a file."
19
20 }
21
22 % insert a score otherwise lilypond-book gets confused. 
23 \score {
24   \notes {
25   c4
26   }
27