]> git.donarmstrong.com Git - lilypond.git/blob - input/template/melody.ly
update syntax in .ly files.
[lilypond.git] / input / template / melody.ly
1 \version "1.7.6"
2
3 \header {
4   texidoc = "Only a melody."
5 }
6
7 melody = \notes \relative c' {
8   a b c d
9 }
10
11 \score {
12   \context Staff \melody
13   \paper { }
14   \midi  { }
15 }