]> git.donarmstrong.com Git - lilypond.git/blob - input/template/melody.ly
2e278457caffcf039b97d0a4c4bbeafef89158f9
[lilypond.git] / input / template / melody.ly
1 \version "2.2.0"
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 }