From 962fdf8601c5116004e706ef252e2348c57e2ae7 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 15 Feb 2003 01:18:38 +0000 Subject: [PATCH] new file. --- ChangeLog | 2 +- Documentation/bibliography/engraving.bib | 11 ++++++++ input/regression/chords-funky-ignatzek.ly | 32 +++++++++++++++++++++++ 3 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 input/regression/chords-funky-ignatzek.ly diff --git a/ChangeLog b/ChangeLog index 5f6277c422..48a2c1ea27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,7 +24,7 @@ 2003-02-04 Heikki Junes - * Documentation/topdos/AUTHORS.texi: refine. + * Documentation/topdocs/AUTHORS.texi: refine. 2003-01-25 Heikki Junes diff --git a/Documentation/bibliography/engraving.bib b/Documentation/bibliography/engraving.bib index 9504529bf2..ee6be6ab92 100644 --- a/Documentation/bibliography/engraving.bib +++ b/Documentation/bibliography/engraving.bib @@ -16,6 +16,8 @@ address = {Mainz, Germany}, } + + @Book{rastall, author = {Richard Rastall}, ALTeditor = {}, @@ -26,6 +28,15 @@ note = {Interesting account of the evolution and origin of common notation starting from neumes, and ending with modern innovations HWN}, } + +@Book{ignatzek95:_jazzm_klavier, + author = {Klaus Ignatzek}, + title = {Die Jazzmethode f\"ur Klavier 1}, + publisher = {Schott}, + year = 1995, + note = {This book contains a system for denoting chords that is used in LilyPond.} +} + @Book{mcgrain, author = {Mark Mc Grain}, title = {Music notation}, diff --git a/input/regression/chords-funky-ignatzek.ly b/input/regression/chords-funky-ignatzek.ly new file mode 100644 index 0000000000..d585c90665 --- /dev/null +++ b/input/regression/chords-funky-ignatzek.ly @@ -0,0 +1,32 @@ +\header { +texidoc = "Jazz chords, unusual combinations." +} + +chs = \notes +{ +<>1 +<>1 +<>1 +<>1 +<>1 +<>1 +<>1 +<>1 +} + + +\score{ + < + \context ChordNames { + #(set-chord-name-style 'ignatzek) + \chs + } + \context Staff \notes \transpose c c' { \chs } + > + \paper{ + \translator { + \ChordNamesContext + ChordName \override #'word-space = #1 + } + } +} -- 2.39.5