]> git.donarmstrong.com Git - lilypond.git/blob - input/test/title.ly
release: 0.1.63
[lilypond.git] / input / test / title.ly
1 \header{
2 filename =      "title.ly";
3 title =         "Title";
4 subtitle =      "Subtitle";
5 composer=       "Composer (xxxx-yyyy)";
6 opus =          "Opus 0";
7 arranger =      "Arranger";
8 copyright =     "public domain";
9 enteredby =     "jcn";
10 source =        "urtext";
11 piece =         "Piece I";
12 instrument=     "Instrument";
13 }
14
15 \score{
16         \melodic{
17                 \octave relative;       
18                 c' d e f f e d c \break
19                 c d e f f e d c
20         }
21 }
22
23 \header{ 
24 piece = "Piece II"; 
25 opus =          "Opus 1";
26 }
27
28 \score{
29         \melodic{
30             f' e d c c d e f \break
31             f e d c c d e f
32         }
33 }
34