]> git.donarmstrong.com Git - lilypond.git/blob - input/template/header.ly
*** empty log message ***
[lilypond.git] / input / template / header.ly
1 \version "2.3.4"
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 in top of a file."
19
20 }
21
22 % insert a score otherwise lilypond-book gets confused. 
23 \score {
24    {
25   c'4
26   }
27