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