]> git.donarmstrong.com Git - lilypond.git/blob - input/test/title.ly
3685a4c03d69d42088d5613c88dfa282c7fb0f4a
[lilypond.git] / input / test / title.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.8"
3 % MERGE with ly2dvi-
4 \header {
5   filename =  "title.ly"
6   dedication = "dedication"
7   title = "Title"
8   subtitle = "Subtitle"
9   subsubtitle = "Subsubtitle"
10   composer = "Composer (xxxx-yyyy)"
11   instrument = "Instrument"
12   arranger = "Arranger"
13   poet = "Poet"
14   % ugr: warning: Identifier name is a keyword: `translator'
15   % translator = "Translator"
16   texttranslator = "Translator"
17   copyright = "public domain"
18   enteredby = "jcn"
19   source =  "urtext"
20
21   texidoc ="This test ly2dvi titling. process with ly2dvi, not lilypond-book." 
22 }
23
24 \score {
25   \context Staff \notes \relative c' {
26      \repeat unfold 10 {
27        c d e f f e d c \break
28        c d e f f e d c
29      }
30   }
31   \header {
32     opus = "Opus 0"
33     piece = "Piece I"
34   }
35 }
36
37 \score {
38   \notes \relative c' {
39      f e d c c d e f \break
40      f e d c c d e f
41   }
42   \header { 
43     opus = "Opus 1"
44     piece = "Piece II" 
45   }
46 }
47
48