]> git.donarmstrong.com Git - lilypond.git/blob - input/test/lilypond-testpage.ly
448e6c98f4662ea3467cddf994a4d63e0880715c
[lilypond.git] / input / test / lilypond-testpage.ly
1
2 \version "2.1.26"
3 % MERGE with title.ly -gp
4
5 %{
6   Test lilypond features.
7 %}
8
9 \header {
10 copyright = "copyright"
11 title = "title"
12 subtitle = "subtitle"
13 composer = "composer"
14 arranger = "arranger"
15 instrument = "instrument"
16 metre = "metre"
17 opus = "opus"
18 piece = "piece"
19 poet = "poet"
20 texidoc = "In the generated output for printing, there are several titles which do not appear in the web pages. "
21
22 %
23 % todo: check whether title.ly does the same. --hwn
24 %
25 }
26
27
28 \score {
29  \notes \relative c'' { c1 c1 c1 c1 }
30 }
31
32 \score {
33         \notes \relative c'' { c1 c1 c1 c1 }
34         
35         \header {
36
37         title = "localtitle"
38         subtitle = "localsubtitle"
39         composer = "localcomposer"
40         arranger = "localarranger"
41         instrument = "localinstrument"
42         metre = "localmetre"
43         opus = "localopus"
44         piece = "localpiece"
45         poet = "localpoet"
46         copyright = "localcopyright"
47         }
48 }
49