]> git.donarmstrong.com Git - lilypond.git/blob - input/test/ly2dvi-testpage.ly
309733ddd307631cde484a01599b5b3b6fb52a87
[lilypond.git] / input / test / ly2dvi-testpage.ly
1 \version "1.7.18"
2 % MERGE with title.ly -gp
3
4 %{
5   Test ly2dvi features.
6 %}
7
8 \header {
9 copyright = "copyright"
10 title = "title"
11 subtitle = "subtitle"
12 composer = "composer"
13 arranger = "arranger"
14 instrument = "instrument"
15 metre = "metre"
16 opus = "opus"
17 piece = "piece"
18 poet = "poet"
19 texidoc = "This file tests ly2dvi titling. It should be processed with ly2dvi. "
20
21 %
22 % todo: check whether title.ly does the same. --hwn
23 %
24 }
25
26
27 \score {
28  \notes \relative c'' { c1 c1 c1 c1 }
29 }
30
31 \score {
32         \notes \relative c'' { c1 c1 c1 c1 }
33         
34         \header {
35
36         title = "localtitle"
37         subtitle = "localsubtitle"
38         composer = "localcomposer"
39         arranger = "localarranger"
40         instrument = "localinstrument"
41         metre = "localmetre"
42         opus = "localopus"
43         piece = "localpiece"
44         poet = "localpoet"
45         copyright = "localcopyright"
46         }
47 }
48