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