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