]> git.donarmstrong.com Git - lilypond.git/blob - input/template/melody.ly
covnert-ly
[lilypond.git] / input / template / melody.ly
1 \version "1.5.68"
2
3 \header {
4   dedication = "dedication"
5   title = "Title"
6   subtitle = "Subtitle"
7   subsubtitle = "Subsubtitle"
8   composer = "Composer (xxxx-yyyy)"
9   opus = "Opus 0"
10   piece = "Piece I"
11   instrument = "Instrument"
12   arranger = "Arranger"
13   poet = "Poet"
14   texttranslator = "Translator"
15   copyright = "public domain"
16   enteredby = "jcn"
17   source =  "urtext"
18 }
19
20 melody = \notes \relative c' {
21   a b c d
22 }
23
24 \score {
25   \context Staff \melody
26   \paper { }
27   \midi  { }
28 }