From: Jan Nieuwenhuizen Date: Tue, 13 Aug 2002 15:51:37 +0000 (+0000) Subject: New file. X-Git-Tag: release/1.5.73~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=929aa437bc4d8687cfdb7f52c0973d360d1ae6cc;p=lilypond.git New file. --- diff --git a/input/template/melody-chords.ly b/input/template/melody-chords.ly new file mode 100644 index 0000000000..f8662dd2c7 --- /dev/null +++ b/input/template/melody-chords.ly @@ -0,0 +1,26 @@ +\version "1.5.68" + +\header { + texidoc = "lead sheet format: chords with melody." +} + +harmonies = \chords { + c4:m f:min7 g:maj c:aug d2:dim b:sus +} + +melody = \notes \relative c' { + f4 [e8 c] d4 g | a2 ~ a2 +} + +\score { + \notes < + \context ChordNames { + \property ChordNames.chordChanges = ##t + \harmonies + } + \context Staff = one \melody + > + + \paper{ } + \midi{ } +}