From 929aa437bc4d8687cfdb7f52c0973d360d1ae6cc Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 13 Aug 2002 15:51:37 +0000 Subject: [PATCH] New file. --- input/template/melody-chords.ly | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 input/template/melody-chords.ly 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{ } +} -- 2.39.5