]> git.donarmstrong.com Git - lilypond.git/blob - input/template/melody.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / template / melody.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
3
4 \header {
5   texidoc = "Only a melody."
6 }
7
8 melody = \notes \relative c' {
9   a b c d
10 }
11
12 \score {
13   \context Staff \melody
14   \paper { }
15   \midi  { }
16 }